summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2009-01-26 17:45:10 -0800
committerArun Persaud <arun@nubati.net>2009-01-26 17:45:10 -0800
commitf5b744e4894d01e50cb7d20244ec344e87d1f677 (patch)
tree587a2863421e2f9159ce4abc87cb95c41e0d2270 /include
parent0bb6975e8b766bfe5dfd150285d8dc06b3a2832d (diff)
downloade-DoKo-f5b744e4894d01e50cb7d20244ec344e87d1f677.tar.gz
e-DoKo-f5b744e4894d01e50cb7d20244ec344e87d1f677.tar.bz2
e-DoKo-f5b744e4894d01e50cb7d20244ec344e87d1f677.zip
BUGFIX: forgot to include one variable as global in a function
just a one liner
Diffstat (limited to 'include')
-rw-r--r--include/output.php2
1 files changed, 1 insertions, 1 deletions
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;