From 418dc75cef20a56c3b9487c387dc6834c599a20b Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 24 Jan 2007 04:10:35 +0000 Subject: [PATCH] - Comment the comment --- register_participants_students.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/register_participants_students.php b/register_participants_students.php index ffa8a36..6c7c53c 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -316,9 +316,7 @@ if($config['participant_student_personal']=="yes") emit_month_selector("month[$x]",$month); echo "\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);