From 20e3c8c8c7b1faae94ca28c73537c35b543971fb Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 12 May 2008 22:59:21 -0700 Subject: 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 --- include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, ". -- cgit v1.2.3-18-g5258