diff --git a/nixtape/data/Server.php b/nixtape/data/Server.php index 5a7b6ced54a830f46d4bba7de3fe9f24b6ba3dba..19d91684949ca3ea41fc4fc45002b65c92cb81ef 100644 --- a/nixtape/data/Server.php +++ b/nixtape/data/Server.php @@ -183,9 +183,9 @@ class Server { } static function getUserList($alpha) { - global $adodb; + global $adodb; - $query = "SELECT username from users where username LIKE '" . $alpha . "%'"; + $query = "SELECT username from users where username LIKE '" . $alpha . "%'"; $adodb->SetFetchMode(ADODB_FETCH_ASSOC); $data = $adodb->CacheGetAll(7200,$query);