From 02024106fa680bb67d31b069915ca3d285df4b04 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 30 Mar 2006 03:55:24 +0000 Subject: [PATCH] more years in the list --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5