summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-04 13:00:50 +0400
committerAndrew Dolgov <[email protected]>2013-02-04 13:00:50 +0400
commit0a3fd79b0e0ae42d7203114d62bf266c97550555 (patch)
tree5e876ccd173466125902fba0c62f630063f175fc /classes
parent17b236efab7918514e84bec35e330c95b511dd41 (diff)
fix image caching not working on plugin-rewritten content; remove content cache stuff
Diffstat (limited to 'classes')
-rw-r--r--classes/pref/feeds.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 31373c972..52d5e89aa 100644
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -642,23 +642,6 @@ class Pref_Feeds extends Handler_Protected {
$checked>&nbsp;<label for=\"cache_images\">".
__('Cache images locally')."</label>";
-
- if (defined('_FEEDS_CONTENT_CACHE') && _FEEDS_CONTENT_CACHE) {
- $cache_content = sql_bool_to_bool(db_fetch_result($result, 0, "cache_content"));
-
- if ($cache_content) {
- $checked = "checked=\"1\"";
- } else {
- $checked = "";
- }
-
- print "<hr/><input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" id=\"cache_content\"
- name=\"cache_content\"
- $checked>&nbsp;<label for=\"cache_content\">".
- __('Cache content locally')."</label>";
-
- }
-
$mark_unread_on_update = sql_bool_to_bool(db_fetch_result($result, 0, "mark_unread_on_update"));
if ($mark_unread_on_update) {