diff --git a/static/php/message.php b/static/php/message.php index ca70307..2d2699a 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -137,13 +137,13 @@ function constructMessage() $message .= "

"; $message .= "Kantone, in denen Sie eine Bewilligung (beantragt) haben"; $message .= "
"; - foreach ( $arrAllCantons as $abbreviation ) - { - if ( isset(filter_input(INPUT_POST, $abbreviation)) ) - { - $message .= filter_input(INPUT_POST, $abbreviation) . "
"; - } - } +// foreach ( $arrAllCantons as $abbreviation ) +// { +// if ( isset(filter_input(INPUT_POST, $abbreviation)) ) +// { +// $message .= filter_input(INPUT_POST, $abbreviation) . "
"; +// } +// } $message .= "

"; }