summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-18 11:46:46 -0700
committerArun Persaud <arun@nubati.net>2008-05-18 11:46:46 -0700
commite525ec3c4a6e6234fd63caad097845cc2935fc1b (patch)
treeb5cd1688455f1c4ba62822161f3576b92f8dfae3 /include/game.php
parenta4149c6703653b2d0d5f3da4277d7fe065048edd (diff)
downloade-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>
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php1
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*/