From: Andrew Dolgov Date: Sun, 24 Jan 2010 16:32:36 +0000 (+0300) Subject: pref-feeds: only show more actions dropdown when _ENABLE_FEED_DEBUGGING is defined X-Git-Tag: 1.4.1~32 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=51c78a881c8df94180c1144ab813c4fae1a8ef50;p=tt-rss.git pref-feeds: only show more actions dropdown when _ENABLE_FEED_DEBUGGING is defined --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index f6ab572f..59159733 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1192,25 +1192,23 @@ print " "; - print ""; + print ""; -/* if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { - print " "; - } */ + } $feeds_sort = db_escape_string($_REQUEST["sort"]);