prefs: enable selecting all feeds in a category
This commit is contained in:
parent
bd4dfcae6e
commit
7c227bb372
|
@ -57,6 +57,7 @@
|
|||
$cat['bare_id'] = $feed_id;
|
||||
$cat['name'] = $line['title'];
|
||||
$cat['items'] = array();
|
||||
$cat['checkbox'] = false;
|
||||
$cat['type'] = 'category';
|
||||
|
||||
$feed_result = db_query($link, "SELECT id, title, last_error,
|
||||
|
|
Loading…
Reference in New Issue