From f5b744e4894d01e50cb7d20244ec344e87d1f677 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 26 Jan 2009 17:45:10 -0800 Subject: [PATCH] BUGFIX: forgot to include one variable as global in a function just a one liner --- include/output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/output.php b/include/output.php index bdaa532..485daf9 100644 --- a/include/output.php +++ b/include/output.php @@ -465,7 +465,7 @@ function output_exchanged_cards() */ /* need some information about the game */ - global $gameid,$mygametype, $PREF,$me; + global $gameid,$mygametype, $PREF,$me,$mystatus; /* some variables to track where the people with poverty are sitting */ $partnerpos1 = 0; -- 2.25.1