X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fcalendar%2Ffunctions.php;h=570c3126938b5216ddb4c4e401841bec5d89ec5b;hp=e9986a44b5c03463f388dbf2ace0e3a4f24ef5cc;hb=b11ea636c67e0668939665b415a2205eb25ab98b;hpb=2c85de8f66702a488ea0c371f2576963c593d64d diff --git a/plugins/calendar/functions.php b/plugins/calendar/functions.php index e9986a4..570c312 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 {