summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-04-06 22:25:44 -0700
committerArun Persaud <arun@nubati.net>2008-04-07 22:50:33 -0700
commit42aae8a38789ec102478db6dc58795c4b095546e (patch)
tree35ce04dfef884f798af74536d9596dd04ae4fcd1 /output.php
parent661cdf100d59bb0d7ee3ade0d392efa68aba1a19 (diff)
downloade-DoKo-42aae8a38789ec102478db6dc58795c4b095546e.tar.gz
e-DoKo-42aae8a38789ec102478db6dc58795c4b095546e.tar.bz2
e-DoKo-42aae8a38789ec102478db6dc58795c4b095546e.zip
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 <arun@nubati.net>
Diffstat (limited to 'output.php')
-rw-r--r--output.php2
1 files changed, 1 insertions, 1 deletions
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 "</div>\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);