aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 397ab50847..d1461c1764 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -264,7 +264,7 @@ $sql = $db->sql_build_query('SELECT_DISTINCT', array(
'GROUP_BY' => 'z.zebra_id, u.user_id, u.username, u.user_allow_viewonline, u.user_colour',
- 'ORDER_BY' => 'u.username ASC',
+ 'ORDER_BY' => 'u.username_clean ASC',
));
$result = $db->sql_query($sql);