BUGFIX: forgot to initialize a variable
authorArun Persaud <arun@nubati.net>
Sun, 18 May 2008 18:46:46 +0000 (11:46 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 18 May 2008 18:46:46 +0000 (11:46 -0700)
Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php

index 0ec52e2da554c5a13f387dc557b2d7380647243d..bbaa5b3500a2e945c5d4a2b113806b0cdb4f2d40 100644 (file)
@@ -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*/