From: Andrew Dolgov Date: Wed, 20 Jan 2010 09:39:53 +0000 (+0300) Subject: load_filters: use memcache (2) X-Git-Tag: 1.4.0~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c517f9b7e59dd7bafd9c8fe928d10eb92d845478;p=tt-rss.git load_filters: use memcache (2) --- diff --git a/functions.php b/functions.php index 31d64865..a7564dbc 100644 --- a/functions.php +++ b/functions.php @@ -5860,8 +5860,6 @@ if ($memcache && $obj = $memcache->get($obj_id)) { - print_r($obj); - return $obj; } else {