Compare commits
No commits in common. "7ace32025b31192b1c7fbecc8cd025b435741136" and "60aa3ebfb033099a564281b12bbe36cb98e06744" have entirely different histories.
7ace32025b
...
60aa3ebfb0
1 changed files with 2 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ function constructMessage()
|
|||
$bestehend = filter_input(INPUT_POST, 'bestehend');
|
||||
if (isset($bestehend))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= "<hr/><p><b>"
|
||||
$message .= ( $lang == "FR" ? "Sélectionnée la version d'application"
|
||||
: "Gewählte Applikations-Version");
|
||||
$message .= "</b><br/>";
|
||||
|
|
@ -133,7 +133,7 @@ function constructMessage()
|
|||
$servername = filter_input(INPUT_POST, 'servername');
|
||||
if (isset($servername))
|
||||
{
|
||||
$message .= ( ! isset($bestehend) ? "<hr/><p><b>" : "<br/><b>" );
|
||||
$message .= ( ! isset($bestehend) "<hr/><p><b>" : "<br/><b>" );
|
||||
$message .= ( $lang == "FR" ? "Nom pour le serveur" : "Name des Webbereichs / der Instanz");
|
||||
$message .= "</b><br/>";
|
||||
$message .= $servername . "</p>";
|
||||
|
|
@ -168,7 +168,6 @@ function constructMessage()
|
|||
$message .= ( $lang == "FR" ? "Avez-vous besoin du programme de soins post-nataux?" : "Benötigen Sie die Wochenbett-Version?");
|
||||
$message .= "<br/>" . $wochenbett . "<br/><br/>";
|
||||
}
|
||||
|
||||
// // Form inputs von Zusatzmodule Freiberufliche
|
||||
// $zusatzmodulPop2 = filter_input(INPUT_POST, 'zusatzmodul-pop2');
|
||||
// if (isset($zusatzmodulPop2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue