From 98a792dfc404ee432608880697f8de16961ef718 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 24 Jan 2002 09:16:40 +0000 Subject: [PATCH] Changed date ranges in order to avoid the date problem. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2223 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/calendar/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/functions.php b/plugins/calendar/functions.php index e9986a44..570c3126 100644 --- a/plugins/calendar/functions.php +++ b/plugins/calendar/functions.php @@ -109,7 +109,7 @@ function select_option_priority($selected) { function select_option_year($selected) { - for ($i=1900;$i<2100;$i++){ + for ($i=1902;$i<2038;$i++){ if ($i==$selected){ echo " \n"; } else { -- 2.25.1