From c052e25a8b256c14fb439b33a410898212d1e708 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Jul 2013 16:55:55 +0400 Subject: remove unused cached_content --- include/functions.php | 5 ++--- include/rssfuncs.php | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'include') 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"); diff --git a/include/rssfuncs.php b/include/rssfuncs.php index e2837a3b5..cfb0e7a46 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -671,7 +671,6 @@ updated, content, content_hash, - cached_content, no_orig_date, date_updated, date_entered, @@ -686,7 +685,6 @@ '$entry_timestamp_fmt', '$entry_content', '$content_hash', - '', $no_orig_date, NOW(), '$date_feed_processed', -- cgit v1.2.3-54-g00ecf