From b9fca8678b2fc3603fc4e2d1b6da85b022f70381 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Sep 2011 14:24:14 +0400 Subject: mobile: fix headline ordering mobile: fix htmlpurifier cache being included from wrong directory mobile: implement ability to mark article as unread (closes #367) --- mobile/functions.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mobile/functions.php') diff --git a/mobile/functions.php b/mobile/functions.php index eb523d710..e84be9342 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -339,7 +339,7 @@ $qfh_ret = queryFeedHeadlines($link, $feed_id, $limit, $view_mode, $is_cat, $search, $search_mode, $match_on, - "unread DESC, updated, score", $offset); + "score DESC, date_entered DESC", $offset); $result = $qfh_ret[0]; $feed_title = $qfh_ret[1]; @@ -523,6 +523,12 @@
ONOFF
"; + print "
+ +
ONOFF
+
"; + + print ""; print ""; -- cgit v1.2.3-54-g00ecf