From 72f4d9031ffeb12fec1156832efa8242588246bb Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 31 Jan 2007 04:36:51 +0000 Subject: [PATCH] - The Gender is actually optional, so it doesn't need a REQUIREDFIELD. --- register_participants_students.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_participants_students.php b/register_participants_students.php index aeba470..592a309 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -274,7 +274,7 @@ if($config['participant_student_personal']=="yes") echo "\n"; if($studentinfo->sex=="female") $sel="selected=\"selected\""; else $sel=""; echo "\n"; - echo "".REQUIREDFIELD; + echo "";//.REQUIREDFIELD; } echo "\n"; echo " \n";