diff options
Diffstat (limited to 'chat/lib/class')
-rw-r--r-- | chat/lib/class/AJAXChat.php | 4 |
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 +?> |