From: moodler Date: Thu, 30 Mar 2006 03:55:24 +0000 (+0000) Subject: more years in the list X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=02024106fa680bb67d31b069915ca3d285df4b04;p=moodle.git more years in the list --- diff --git a/lib/weblib.php b/lib/weblib.php index 44afa07e2f..64201b0c36 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -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)