From 7b8a143f1b523a5b70b92af8389af1cb1cb0a844 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Nov 2010 13:46:11 +0300 Subject: allow onclick editing of categories and drag-reordering of feeds and categories --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') 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; -- cgit v1.2.3-54-g00ecf