diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-18 11:46:46 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-18 11:46:46 -0700 |
commit | e525ec3c4a6e6234fd63caad097845cc2935fc1b (patch) | |
tree | b5cd1688455f1c4ba62822161f3576b92f8dfae3 | |
parent | a4149c6703653b2d0d5f3da4277d7fe065048edd (diff) | |
download | e-DoKo-e525ec3c4a6e6234fd63caad097845cc2935fc1b.tar.gz e-DoKo-e525ec3c4a6e6234fd63caad097845cc2935fc1b.tar.bz2 e-DoKo-e525ec3c4a6e6234fd63caad097845cc2935fc1b.zip |
BUGFIX: forgot to initialize a variable
Signed-off-by: Arun Persaud <arun@nubati.net>
-rw-r--r-- | include/game.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.php b/include/game.php index 0ec52e2..bbaa5b3 100644 --- a/include/game.php +++ b/include/game.php @@ -1129,6 +1129,7 @@ switch($mystatus) { $card = $_REQUEST["card"]; $handid = DB_get_handid('hash',$me); + $commentSchweinchen =""; /* used to add a comment when Schweinchen is being played */ /* check if we have card and that we haven't played it yet*/ /* set played in hand_card to true where hand_id and card_id*/ |