Typo
[squirrelmail.git] / plugins / calendar / functions.php
index d6d3087b34af50fbfb61678690388d70e489974a..570c3126938b5216ddb4c4e401841bec5d89ec5b 100644 (file)
@@ -7,7 +7,7 @@
  *
  *  miscelenous functions.
  *
  *
  *  miscelenous functions.
  *
- *  18 Jan 2002 Adapted to official SM rules philippe@squirrelmail.org.
+ * $Id$
  */
 
 
  */
 
 
@@ -109,7 +109,7 @@ function select_option_priority($selected) {
 
 function select_option_year($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 {
         if ($i==$selected){
             echo "            <OPTION VALUE=\"$i\" SELECTED>$i</OPTION>\n";
         } else {