From d61fa75b0d5982a2ec208bc76f0c9c562e4d4468 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 5 Sep 2008 18:50:36 +0000 Subject: [PATCH] Switch the namecheck to check both/any/all students in the project, not just the one logged in. --- register_participants_main.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/register_participants_main.php b/register_participants_main.php index fa19b7b..fcf2c35 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -186,10 +186,7 @@ echo "";
"; echo ""; echo ""; //check to see if its complete - - //FIXME: the namecheckStatus should use the commented line below that sends the registraiton_id in to check that BOTH students are complete, but I cant turn it on now otherwise a lot of people that are already 'complete' will suddenly become incomplete, and since most fairs are after the registraiton deadline, they wont be able to save it to make it complete again. - //$statusnamecheck=namecheckStatus($_SESSION['registration_id']); - $statusnamecheck=namecheckStatus(); + $statusnamecheck=namecheckStatus($_SESSION['registration_id']); echo outputStatus($statusnamecheck); echo "