From 8349a32e751e009ba368b4dc6bc900b08b2954d3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 16 Mar 2013 16:11:58 +0400 Subject: remove cache_content remnants --- include/functions.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index dd40b9529..f17828d1d 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3034,10 +3034,6 @@ } } - if ($cache_content && $line["cached_content"] != "") { - $line["content"] =& $line["cached_content"]; - } - $rv['content'] .= $line["content"]; $rv['content'] .= format_article_enclosures($link, $id, -- cgit v1.2.3