- Comment the comment

This commit is contained in:
dave 2007-01-24 04:10:35 +00:00
parent 668565919f
commit 418dc75cef

View File

@ -316,9 +316,7 @@ if($config['participant_student_personal']=="yes")
emit_month_selector("month[$x]",$month);
echo "</td><td>\n";
//the year selector should be based on the min/max grades possible
//assume min age of 3 for grade=0 (kindergarden)
//assume max age of 18 for grade=12
//the year selector should be based on the min/max ages possible (as set in $config)
$minyearselect=$config['FAIRYEAR'] - $config['maxage'];
$maxyearselect=$config['FAIRYEAR'] - $config['minage'];
emit_year_selector("year[$x]",$year,$minyearselect,$maxyearselect);