summaryrefslogtreecommitdiffstats
path: root/chat/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'chat/lib/class')
-rw-r--r--chat/lib/class/AJAXChat.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/lib/class/AJAXChat.php b/chat/lib/class/AJAXChat.php
index c42f2c2..ad53522 100644
--- a/chat/lib/class/AJAXChat.php
+++ b/chat/lib/class/AJAXChat.php
@@ -2389,7 +2389,7 @@ class AJAXChat {
FROM
'.$this->getDataBaseTable('online').'
ORDER BY
- userName;';
+ LOWER(userName);';
// Create a new SQL query:
$result = $this->db->sqlQuery($sql);
@@ -3323,4 +3323,4 @@ class AJAXChat {
}
}
-?> \ No newline at end of file
+?>