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
This commit is contained in:
james 2008-03-27 22:41:55 +00:00
parent cebe0d2ea7
commit bc3727b5c1

View File

@ -186,6 +186,9 @@ echo "<table><tr><td>";
echo "</a>";
echo "</td><td>";
//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 "</td></tr>";