BUGFIX: forgot to initialize a variable
[e-DoKo.git] / include / game.php
index 0ec52e2da554c5a13f387dc557b2d7380647243d..bbaa5b3500a2e945c5d4a2b113806b0cdb4f2d40 100644 (file)
@@ -1129,6 +1129,7 @@ switch($mystatus)
       {
        $card   = $_REQUEST["card"];
        $handid = DB_get_handid('hash',$me);
       {
        $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*/
 
        /* 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*/