X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fgame.php;h=95c055d5a0c42aab25dab9bb7cf7e50af257a843;hp=2ab444b1aa0d418007efe0407f9479e7071c22cb;hb=afdd753932734c300c2edc1a7e0b91e4f44564a0;hpb=12a7da9216b33c12ecc7939be1f6e8a48a273b00 diff --git a/include/game.php b/include/game.php index 2ab444b..95c055d 100644 --- a/include/game.php +++ b/include/game.php @@ -1363,14 +1363,6 @@ switch($mystatus) $comment = $commentSchweinchen . $comment; }; - /* check for note */ - if(myisset('note')) - { - $note = $_REQUEST['note']; - if($note != '') - DB_insert_note($note,$gameid,$myid); - }; - /* display played card */ $pos = DB_get_pos_by_hash($me); if($sequence==1)