X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Ffunctions.php;h=9103c6f517fc9e19501fc2364f1283315e66f582;hp=cb09d6c6ad33a55b83283ea11eb96238b15c9a0d;hb=44e91af3fd631752e4de74673b591bce17ce7a79;hpb=617c9d49a2445bd39f2d18274462a29d8e533353 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"; }