From eae0ebde0c52a48167cbe3400b3f91668b1ab4b6 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 10 Feb 2006 16:32:04 +0000 Subject: [PATCH] Make the Medical alert field only be shown if the system is set to collect personal information about the students. --- register_participants_students.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/register_participants_students.php b/register_participants_students.php index aa0a552..91d2c8a 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -336,11 +336,14 @@ else echo ""; } +if($config['participant_student_personal']=="yes") +{ echo "\n"; echo "".i18n("Medical Alert Info").""; echo "medicalalert\" />"; echo ""; echo "\n"; +} if($config['participant_student_foodreq']=="yes") {