diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index ed98d07a62..96bb88a846 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -554,7 +554,7 @@ require_once "resources/header.php"; html += " "; html += " "; html += " "; - html += " "; + html += " "; html += " "; html += " "; html += ""; @@ -604,7 +604,7 @@ require_once "resources/header.php"; switch (condition_var) { case 'year': //years - for (y = ; y <= ; y++) { + for (y = ; y <= ; y++) { sel_start.options[sel_start.options.length] = new Option(y, y); sel_stop.options[sel_stop.options.length] = new Option(y, y); } @@ -1047,4 +1047,4 @@ echo "
"; //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>