From 6a4413b46b7ec951718725cf22e7d877ff3e85a4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 04:04:41 +0100 Subject: graycube updates --- backend.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 4c5a787cc..5e793f27f 100644 --- a/backend.php +++ b/backend.php @@ -193,9 +193,9 @@ } -// if (!get_pref($link, 'ENABLE_FEED_CATS')) { + if (!get_pref($link, 'ENABLE_FEED_CATS')) { print "

  • "; -// } + } if (get_pref($link, 'ENABLE_FEED_CATS')) { if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) { @@ -863,7 +863,7 @@ } else { - print "
    No articles found.
    "; + print "
    No articles found.
    "; } print ""; -- cgit v1.2.3