summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-10 16:55:55 +0400
committerAndrew Dolgov <[email protected]>2013-07-10 16:55:55 +0400
commitc052e25a8b256c14fb439b33a410898212d1e708 (patch)
tree302325b4cd690751c3b5a7537e2739c84e1e1c99 /include/functions.php
parent4ab1eb9c946f2a13262f9d95ca026e76051d8caa (diff)
remove unused cached_content
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index 8c25d9008..d71f81ac4 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2579,7 +2579,7 @@
}
- $content_query_part = "content, content AS content_preview, cached_content, ";
+ $content_query_part = "content, content AS content_preview, ";
if (is_numeric($feed)) {
@@ -3104,8 +3104,7 @@
tag_cache,
author,
orig_feed_id,
- note,
- cached_content
+ note
FROM ttrss_entries,ttrss_user_entries
WHERE id = '$id' AND ref_id = id AND owner_uid = $owner_uid");