From: Arun Persaud Date: Sun, 18 May 2008 18:46:46 +0000 (-0700) Subject: BUGFIX: forgot to initialize a variable X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=e525ec3c4a6e6234fd63caad097845cc2935fc1b;hp=a4149c6703653b2d0d5f3da4277d7fe065048edd BUGFIX: forgot to initialize a variable Signed-off-by: Arun Persaud --- 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*/