]> git.wh0rd.org - tt-rss.git/commitdiff
load_filters: use memcache (2)
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 20 Jan 2010 09:39:53 +0000 (12:39 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 20 Jan 2010 09:39:53 +0000 (12:39 +0300)
functions.php

index 31d6486506581a29cf218d4273a80f3c8f5b16cb..a7564dbc6cba8662dc4926e0eac0516c952ec528 100644 (file)
 
                if ($memcache && $obj = $memcache->get($obj_id)) {
 
-                       print_r($obj);
-
                        return $obj;
 
                } else {