From 01ee8d02a747d41594a14f5014f588016bac1a45 Mon Sep 17 00:00:00 2001 From: Mike Sheldon Date: Thu, 31 Mar 2011 02:30:44 +0100 Subject: [PATCH] Fix some incorrect indentation --- nixtape/data/Server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixtape/data/Server.php b/nixtape/data/Server.php index 5a7b6ced..19d91684 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); -- GitLab