فهرست منبع

Changed date ranges in order to avoid the date problem.

philippe_mingo 23 سال پیش
والد
کامیت
276cf6ee98
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {
 function select_option_year($selected) {
 
 
-    for ($i=1900;$i<2100;$i++){
+    for ($i=1902;$i<2038;$i++){
         if ($i==$selected){
         if ($i==$selected){
             echo "            <OPTION VALUE=\"$i\" SELECTED>$i</OPTION>\n";
             echo "            <OPTION VALUE=\"$i\" SELECTED>$i</OPTION>\n";
         } else {
         } else {