http://www.atutor.ca/atutor/mantis/view.php?id=2604
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Fri, 30 Jun 2006 16:01:53 +0000 (16:01 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Fri, 30 Jun 2006 16:01:53 +0000 (16:01 -0000)
docs/include/html/release_date.inc.php

index d7f8d70..c546224 100644 (file)
@@ -38,7 +38,7 @@ $month_names = $month_name_con['en'];
                echo '</select>';
 
                echo '<select name="year'.$name.'">';
-               for ($i = $today_year-1; $i <= $today_year+1; $i++) {
+               for ($i = $today_year-1; $i <= $today_year+3; $i++) {
                        echo '<option value="'.$i.'"';
                        if ($i == $today_year) {
                                echo ' selected="selected"';