Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 25th May 2021, 19:30
szaby szaby is offline
Senior Member
 
Join Date: Jul 2008
Posts: 34
Question Updating memcache ...
Hello!

Why should this be updated?
Detail from browse.php ...

PHP Code:
    $mc1->begin_transaction('MyUser_' $CURUSER['id']);
    
$mc1->update_row(false, array('last_browse' => TIME_NOW));
    
$mc1->commit_transaction($INSTALLER09['expires']['curuser']); // bittorrent.php -> userlogin();
    
    
    
    
$mc1->begin_transaction('user' $CURUSER['id']);
    
$mc1->update_row(false, array('last_browse' => TIME_NOW));
    
$mc1->commit_transaction($INSTALLER09['expires']['user_cache']); // userdetails.php  -> main query 
Why update the second part with your own ID? The first is not enough?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 23:23. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.