Bläddra i källkod

Changed date ranges in order to avoid the date problem.

philippe_mingo 23 år sedan
förälder
incheckning
276cf6ee98
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      plugins/calendar/functions.php

+ 1 - 1
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 "            <OPTION VALUE=\"$i\" SELECTED>$i</OPTION>\n";
         } else {