From 51c78a881c8df94180c1144ab813c4fae1a8ef50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 24 Jan 2010 19:32:36 +0300 Subject: [PATCH] pref-feeds: only show more actions dropdown when _ENABLE_FEED_DEBUGGING is defined --- modules/pref-feeds.php | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index f6ab572fa..591597337 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1192,26 +1192,24 @@ print " "; - print " + "; + + if (FORCE_ARTICLE_PURGE == 0) { + print + ""; + } + + print " + + "; + + print ""; - if (FORCE_ARTICLE_PURGE == 0) { - print - ""; } - print " - - "; - - print ""; - -/* if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { - print " "; - } */ - $feeds_sort = db_escape_string($_REQUEST["sort"]); if (!$feeds_sort || $feeds_sort == "undefined") {