diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 7e15d34267..acb7460b7a 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -769,7 +769,7 @@ 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); }