summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 13:46:11 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 13:46:11 +0300
commit7b8a143f1b523a5b70b92af8389af1cb1cb0a844 (patch)
treeb50bd695af036e1f709fb0f2a1fa1abfe165316e /functions.php
parent567810362c08bb66a81435a9280d34efec9a628f (diff)
allow onclick editing of categories and drag-reordering of feeds and categories
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 6fa9e9f27..1d1b2440d 100644
--- a/functions.php
+++ b/functions.php
@@ -4278,7 +4278,8 @@
} */
if ($enable_cats)
- $order_by_qpart = "order_id,category,title";
+ $order_by_qpart = "ttrss_feed_categories.order_id,category,
+ ttrss_feeds.order_id,title";
else
$order_by_qpart = "title";
@@ -7029,7 +7030,6 @@
$obj['error'] = $error;
$obj['updated'] = $updated;
$obj['icon'] = getFeedIcon($feed_id);
- $obj['checkbox'] = false;
$obj['bare_id'] = $feed_id;
return $obj;