From 1834c6f098262afcba547552589c5d6bab7dc3cd Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Wed, 25 Mar 2015 13:30:26 +0000 Subject: [PATCH] not short-tags on time-conditions --- app/time_conditions/time_condition_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +?>