From: Arun Persaud Date: Tue, 13 May 2008 05:59:21 +0000 (-0700) Subject: BUGFIX: some variables where not defined after moving some code around X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=20e3c8c8c7b1faae94ca28c73537c35b543971fb BUGFIX: some variables where not defined after moving some code around forgot to add some variables as globals, while moving code to a function. Signed-off-by: Arun Persaud --- diff --git a/include/functions.php b/include/functions.php index 31f9ba8..dca9640 100644 --- a/include/functions.php +++ b/include/functions.php @@ -664,6 +664,7 @@ function can_call($what,$hash) 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, ".