From: Arun Persaud Date: Tue, 27 Jan 2009 01:45:10 +0000 (-0800) Subject: BUGFIX: forgot to include one variable as global in a function X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=f5b744e4894d01e50cb7d20244ec344e87d1f677;ds=sidebyside BUGFIX: forgot to include one variable as global in a function just a one liner --- 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;