forgot to add some variables as globals, while moving code to a function.
Signed-off-by: Arun Persaud <arun@nubati.net>
function display_table ()
{
global $gameid, $GT, $debug,$INDEX,$defaulttimezone;
function display_table ()
{
global $gameid, $GT, $debug,$INDEX,$defaulttimezone;
+ global $RULES,$GAME,$gametype;
$result = DB_query("SELECT User.fullname as name,".
" Hand.position as position, ".
$result = DB_query("SELECT User.fullname as name,".
" Hand.position as position, ".