BUGFIX: forgot to include one variable as global in a function
authorArun Persaud <arun@nubati.net>
Tue, 27 Jan 2009 01:45:10 +0000 (17:45 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 27 Jan 2009 01:45:10 +0000 (17:45 -0800)
just a one liner

include/output.php

index bdaa532d4c78eb5fe3fead9cb5f159d371915bb5..485daf99227f6c11bd1135899b6549055175cc87 100644 (file)
@@ -465,7 +465,7 @@ function output_exchanged_cards()
    */
 
   /* need some information about the game */
    */
 
   /* 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;
 
   /* some variables to track where the people with poverty are sitting */
   $partnerpos1 = 0;