Committer: vtroitsky
rollback part of mixed r21731 for LJSV-2175U branches/r91.1/cgi-bin/ljprotocol.pl
Modified: branches/r91.1/cgi-bin/ljprotocol.pl =================================================================== --- branches/r91.1/cgi-bin/ljprotocol.pl 2012-04-17 16:01:00 UTC (rev 21737) +++ branches/r91.1/cgi-bin/ljprotocol.pl 2012-04-17 16:26:32 UTC (rev 21738) @@ -3075,10 +3075,6 @@ $uowner->remove_sticky_entry_id(); } - $dbh->do("UPDATE userusage SET timeupdate=NOW() ". - "WHERE userid=$ownerid"); - LJ::MemCache::set([$ownerid, "tu:$ownerid"], pack("N", time()), 30*60); - return $res; }