]> git.mjollnir.org Git - moodle.git/commitdiff
more years in the list
authormoodler <moodler>
Thu, 30 Mar 2006 03:55:24 +0000 (03:55 +0000)
committermoodler <moodler>
Thu, 30 Mar 2006 03:55:24 +0000 (03:55 +0000)
lib/weblib.php

index 44afa07e2f424abd9cf7a554e8eed9350714a340..64201b0c367489948acdc3e747e25665eddd795d 100644 (file)
@@ -3848,7 +3848,7 @@ function print_date_selector($day, $month, $year, $currenttime=0, $return=false)
     for ($i=1; $i<=12; $i++) {
         $months[$i] = userdate(gmmktime(12,0,0,$i,1,2000), "%B");
     }
-    for ($i=2000; $i<=2010; $i++) {
+    for ($i=1970; $i<=2020; $i++) {
         $years[$i] = $i;
     }
     return choose_from_menu($days,   $day,   $currentdate['mday'], '', '', '0', $return)