From bc3727b5c1c1562cd4ea6200a38b3cb480ba0b5f Mon Sep 17 00:00:00 2001 From: james Date: Thu, 27 Mar 2008 22:41:55 +0000 Subject: [PATCH] Leave the main page only checking whichever student is logged in (FOR NOW) But if they go into the page they will see the check for BOTH STUDENTS --- register_participants_main.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/register_participants_main.php b/register_participants_main.php index aed34666..355eb4f5 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -186,6 +186,9 @@ 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(); echo outputStatus($statusnamecheck); echo "