Typo
[squirrelmail.git] / plugins / calendar / functions.php
index e9986a44b5c03463f388dbf2ace0e3a4f24ef5cc..570c3126938b5216ddb4c4e401841bec5d89ec5b 100644 (file)
@@ -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 "            <OPTION VALUE=\"$i\" SELECTED>$i</OPTION>\n";
         } else {