From dcb6bb4c2e7439052fe771bdc3d41f990b93a15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Sun, 12 May 2013 11:38:17 +0200 Subject: [PATCH] Improvement to holidays module Creation date can't be higher than today --- htdocs/holiday/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/holiday/index.php b/htdocs/holiday/index.php index 4e85f261c3c..109153357ea 100644 --- a/htdocs/holiday/index.php +++ b/htdocs/holiday/index.php @@ -273,7 +273,7 @@ print ''; print ''; -$formother->select_year($year_create,'year_create',1, $min_year, $max_year); +$formother->select_year($year_create,'year_create',1, $min_year, 0); print ''; // UTILISATEUR