projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb6975
)
BUGFIX: forgot to include one variable as global in a function
author
Arun Persaud
<arun@nubati.net>
Tue, 27 Jan 2009 01:45:10 +0000
(17:45 -0800)
committer
Arun Persaud
<arun@nubati.net>
Tue, 27 Jan 2009 01:45:10 +0000
(17:45 -0800)
just a one liner
include/output.php
patch
|
blob
|
history
diff --git
a/include/output.php
b/include/output.php
index bdaa532d4c78eb5fe3fead9cb5f159d371915bb5..485daf99227f6c11bd1135899b6549055175cc87 100644
(file)
--- 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;