From b73af25e2204bd26494c20fcc83cd5f255158d2d Mon Sep 17 00:00:00 2001 From: Wolfgang Herget Date: Sat, 13 Jun 2009 13:42:31 +1200 Subject: [PATCH] Set reasonable ordering on users. --- inc/RSCDSUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/RSCDSUser.php b/inc/RSCDSUser.php index ebe9acf9..565d551a 100644 --- a/inc/RSCDSUser.php +++ b/inc/RSCDSUser.php @@ -202,7 +202,7 @@ class RSCDSUser extends User $sql = <<user_no)) - AND user_no != $this->user_no + AND user_no != $this->user_no ORDER BY fullname EOSQL; if ( isset($this->roles['Group']) ) { /**