Augmentation plage d'anne dans liste droulante "year"

This commit is contained in:
Laurent Destailleur 2005-11-27 18:03:48 +00:00
parent c06fa3c0f7
commit 0177a8d7b9

View File

@ -1467,7 +1467,7 @@ class Form
{
print '<select class="flat" name="'.$prefix.'year">';
for ($year = $syear - 3; $year < $syear + 5 ; $year++)
for ($year = $syear - 5; $year < $syear + 10 ; $year++)
{
if ($year == $syear)
{