Properly sort entries in userlist table

feature/node-rewrite
Sven Slootweg 12 years ago
parent 6389096941
commit 59ec642b4d

@ -11,7 +11,7 @@
* licensing text.
*/
$result = mysql_query_cached("SELECT * FROM users");
$result = mysql_query_cached("SELECT * FROM users ORDER BY `AccessLevel` DESC");
$sUserList = array();

Loading…
Cancel
Save