diff --git a/register_participants.inc.php b/register_participants.inc.php index 7198f7d..65e7cff 100644 --- a/register_participants.inc.php +++ b/register_participants.inc.php @@ -599,9 +599,13 @@ function getProject($userId,$registrations_id=null){ $safetyquestions=getSafetyQuestions($regId); $returnval['safetyquestions']=$safetyquestions; +/* + $noawards=getNominatedForNoSpecialAwardsForProject($returnval['id']); + $returnval['specialawards_none']=$noawards; + */ + $specialawards=getAwardListing($returnval['id']); $returnval['specialawards']=$specialawards; - return $returnval; } diff --git a/register_participants_main.php b/register_participants_main.php index fff6660..6508ca5 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -32,12 +32,47 @@ send_header("Participant Registration - Summary"); + if(!$reg) { + echo "You don't have a valid registration yet, would you like to:
\n"; + echo "