From e525ec3c4a6e6234fd63caad097845cc2935fc1b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 18 May 2008 11:46:46 -0700 Subject: [PATCH] BUGFIX: forgot to initialize a variable Signed-off-by: Arun Persaud --- include/game.php | 1 + 1 file changed, 1 insertion(+) 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*/ -- 2.17.1