From 78a5c296ae8a1f5e54df496fbb42f50b639565cc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Jun 2010 12:57:11 +0400 Subject: config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version --- modules/pref-feeds.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 74232a670..c0d436cec 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -413,7 +413,7 @@ $checked = ""; } - if (ENABLE_SIMPLEPIE && SIMPLEPIE_CACHE_IMAGES) { + if (SIMPLEPIE_CACHE_IMAGES) { $disabled = ""; $label_class = ""; } else { @@ -607,7 +607,7 @@ __('Cache images locally').""; - if (ENABLE_SIMPLEPIE && SIMPLEPIE_CACHE_IMAGES) { + if (SIMPLEPIE_CACHE_IMAGES) { print " "; batch_edit_cbox("cache_images", "cache_images_l"); } @@ -668,7 +668,7 @@ $parent_qpart = 'parent_feed = NULL'; } - if (ENABLE_SIMPLEPIE && SIMPLEPIE_CACHE_IMAGES) { + if (SIMPLEPIE_CACHE_IMAGES) { $cache_images_qpart = "cache_images = $cache_images,"; } else { $cache_images_qpart = ""; -- cgit v1.2.3