Re-enable caching of the stats page

This commit is contained in:
Latif Khalifa
2013-10-15 02:40:58 +02:00
parent 5900c7ab45
commit 085706321a
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ class Comments
{
$q = kl_str_sql("update signature set has_comments=(select count(*) as count from comment where signature_id=!i) where id=!i", $id, $id);
DBH::$db->query($q);
Memc::flush();
}
function addSignatureComment($id, $text)