mirror of
https://github.com/fsr/eseeva
synced 2025-01-19 00:11:41 +01:00
Leerzeichen vergessen
This commit is contained in:
parent
47ab841c08
commit
8b1d1151fa
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
<?php
|
<?php
|
||||||
CreateQuestionnaireElement("headline", $questionnaire, $_POST);
|
CreateQuestionnaireElement("headline", $questionnaire, $_POST);
|
||||||
if ($error)
|
if ($error)
|
||||||
CreateMessageBox(MSG_DANGER, "Achtung:", "Deine Evaluation konnte aufgrund eines internen Fehlers leider nicht erfolgreich bearbeitet werden.<br/>Bitte versuch es später nocheinmal oder wende dich an einen der Verantwortlichen.");
|
CreateMessageBox(MSG_DANGER, "Achtung:", "Deine Evaluation konnte aufgrund eines internen Fehlers leider nicht erfolgreich bearbeitet werden.<br/>Bitte versuch es später noch einmal oder wende dich an einen der Verantwortlichen.");
|
||||||
else
|
else
|
||||||
CreateKeyMessageBox($keyState);
|
CreateKeyMessageBox($keyState);
|
||||||
CreateQuestionnaireElement("code", $questionnaire, $_POST);
|
CreateQuestionnaireElement("code", $questionnaire, $_POST);
|
||||||
|
|
Loading…
Reference in a new issue