- The Gender is actually optional, so it doesn't need a REQUIREDFIELD.

This commit is contained in:
dave 2007-01-31 04:36:51 +00:00
parent 42b60170a4
commit 72f4d9031f

View File

@ -274,7 +274,7 @@ if($config['participant_student_personal']=="yes")
echo "<option $sel value=\"male\">".i18n("Male")."</option>\n";
if($studentinfo->sex=="female") $sel="selected=\"selected\""; else $sel="";
echo "<option $sel value=\"female\">".i18n("Female")."</option>\n";
echo "</select>".REQUIREDFIELD;
echo "</select>";//.REQUIREDFIELD;
}
echo "</td>\n";
echo " <td></td><td></td>\n";