diff --git a/static/php/message.php b/static/php/message.php index 70db7dd..ca70307 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -132,21 +132,21 @@ function constructMessage() // form inputs cantons - only FPP $arrAllCantons = [ "AG", "AI", "AR", "BE", "BL", "BS", "FR", "GE", "GL", "GR", "JU", "LU", "NE", "NW", "OW", "SG", "SH", "SO", "SZ", "TG", "UR", "VD", "VS", "ZG", "ZH" ]; -// if ( ! isset($organisation) && $lang == "DE" ) -// { -// $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) . "
";
-// }
-// }
-//
-// $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) . "
";
+ }
+ }
+
+ $message .= "