diff options
-rw-r--r-- | include/game.php | 8 |
1 files changed, 0 insertions, 8 deletions
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) |