From 4ac5348b3f7cecceee62d92f53df0f4ab6c22074 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 9 Aug 2013 19:56:36 +0100 Subject: Small improvement --- mod/webpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/webpages.php') diff --git a/mod/webpages.php b/mod/webpages.php index 9e885c14b..8e3901d90 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -56,7 +56,7 @@ require_once ('include/conversation.php'); //Get a list of webpages. We can't display all them because endless scroll makes that unusable, so just list titles and an edit link. // FIXME - we should sort these results, but it's not obvious what order yet. Alphabetical? Created order? -$r = q("select * from item_id where uid = %d and service = 'WEBPAGE'", +$r = q("select * from item_id where uid = %d and service = 'WEBPAGE' order by sid asc", intval($owner) ); -- cgit v1.2.3