Skip to content
Snippets Groups Projects
Commit 2882991c authored by Tim Repke's avatar Tim Repke
Browse files

Anreisetag=Abreisetag nicht mehr mgl.

parent 419e5e20
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,9 @@ function index_check_form(){
index_check_field('virgin', array("Ja","Nein"), $data, $errors, 'Bitte Altersbereich wählen!');
index_check_field('comment', "comment", $data, $errors, 'Trollololol');
if($data['anday'] == $data['abday'])
array_push($errors, "Anreisetag = Abreisetag -> Bitte prüfen!");
index_check_form_skip:
if(count($errors)>0){
index_show_errors($errors);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment