From 42aae8a38789ec102478db6dc58795c4b095546e Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 6 Apr 2008 22:25:44 -0700 Subject: CLEANUP: started some database cleanup and added some more comments instead of having a different function for each possible way to query for example the full name of a player, there is now only one function with a switch statement that handles the different cases. Still not 100% perfect, but I think nicer to read than before. Signed-off-by: Arun Persaud --- output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output.php') diff --git a/output.php b/output.php index aed86b2..b257345 100644 --- a/output.php +++ b/output.php @@ -382,7 +382,7 @@ function output_status() echo "\n"; /* last logon time */ - $myid = DB_get_userid_by_name($name); + $myid = DB_get_userid("name",$name); $zone = DB_get_user_timezone($myid); $time = DB_get_user_timestamp($myid); -- cgit v1.2.3-18-g5258