From f9df0e103706688d6eaff0fed45eba746139ebce Mon Sep 17 00:00:00 2001 From: betty Date: Mon, 12 Jan 2026 11:59:03 +0100 Subject: [PATCH] edit messages from form-data --- static/php/message.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 .= "

"; }