From 42ba7a3db9ed10b11619a9699f4e6ed2cb603966 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 3 Mar 2011 20:55:12 +0000 Subject: [PATCH] Pass in the registrations id for the user --- register_participants_main.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/register_participants_main.php b/register_participants_main.php index 1014e7c..61994d1 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -76,7 +76,7 @@ echo ""; @@ -89,7 +89,7 @@ echo "
"; echo ""; echo ""; //check to see if its complete - $statusstudent=studentsStatus(); + $statusstudent=studentsStatus($u['registrations_id']); echo outputStatus($statusstudent); echo "
"; @@ -102,7 +102,7 @@ echo "
"; echo ""; echo ""; //check to see if its complete - $statusemergencycontact=emergencycontactStatus(); + $statusemergencycontact=emergencycontactStatus($u['registrations_id']); echo outputStatus($statusemergencycontact); echo "
"; @@ -114,7 +114,7 @@ echo "
"; echo ""; echo ""; //check to see if its complete - $statusproject=projectStatus(); + $statusproject=projectStatus($u['registrations_id']); echo outputStatus($statusproject); echo "
"; } @@ -130,7 +130,7 @@ echo "
"; echo ""; echo ""; //check to see if its complete - $statusmentor=mentorStatus(); + $statusmentor=mentorStatus($u['registrations_id']); echo outputStatus($statusmentor); echo "
"; @@ -141,7 +141,7 @@ echo "
"; echo ""; echo ""; //check to see if its complete - $statussafety=safetyStatus(); + $statussafety=safetyStatus($u['registrations_id']); echo outputStatus($statussafety); echo "
"; } else {
"; echo ""; echo ""; //check to see if its complete - $statustour=tourStatus(); + $statustour=tourStatus($u['registrations_id']); echo outputStatus($statustour); echo "