From c771953ddfb1450989d7405d38aff81129c0182a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 16:40:44 +0100 Subject: misc code cleanup --- modules/pref-feeds.php | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index e4f6b60d6..44a345e28 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -61,11 +61,6 @@ print "

".__("Showing top 25 registered feeds, sorted by popularity:")."

"; -# $result = db_query($link, "SELECT feed_url,count(id) AS subscribers -# FROM ttrss_feeds -# WHERE auth_login = '' AND auth_pass = '' AND private = false -# GROUP BY feed_url ORDER BY subscribers DESC LIMIT 25"); - $owner_uid = $_SESSION["uid"]; $result = db_query($link, "SELECT feed_url,COUNT(id) AS subscribers @@ -859,14 +854,6 @@ onclick=\"javascript:updateFeedList()\" value=\"".__('Search')."\"> "; -/* print " - "; */ - print ""; @@ -1128,26 +1115,6 @@ } print ""; - - /* print " - "; */ - -// if (get_pref($link, 'ENABLE_FEED_CATS')) { - -/* print " "; */ - -# print " | "; - -// } - } else { - -// print "

No feeds defined.

"; - } print "

".__('OPML')."

-- cgit v1.2.3