From 79916c2fb3c2a494627f15677dd8957f583ffc2f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 10 Nov 2011 16:20:17 +0400 Subject: [PATCH] allow checking of Uncategorized feeds --- modules/pref-feeds.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 7da4598c1..42f9d665d 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -96,6 +96,7 @@ $cat['name'] = __("Uncategorized"); $cat['items'] = array(); $cat['type'] = 'category'; + $cat['checkbox'] = false; $feed_result = db_query($link, "SELECT id, title,last_error, ".SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated