From 26aa6987c5da1f102e81c4625ed8e7b116c7590b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 16 Jan 2009 21:29:18 -0800 Subject: NEW FEATURE: always show current score on main page show the current score as the link to the score table --- include/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index cb09d6c..9103c6f 100644 --- a/include/functions.php +++ b/include/functions.php @@ -727,7 +727,7 @@ function can_call($what,$hash) function display_table () { - global $gameid, $GT, $debug,$INDEX,$defaulttimezone; + global $gameid, $GT, $debug,$INDEX,$defaulttimezone,$session; global $RULES,$GAME,$gametype; $result = DB_query("SELECT User.fullname as name,". @@ -863,8 +863,8 @@ function display_table () } echo "
\n"; - echo " local time\n"; - echo " last login\n"; + echo " time info\n"; echo " \n"; } -- cgit v1.2.3-18-g5258