diff --git a/register_participants_students.php b/register_participants_students.php index 134193f..55d2795 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -143,7 +143,7 @@ if($_GET['action']=="removestudent") echo ""; echo "
"; - echo ""; + echo ""; for($x=1;$x<=$numtoshow;$x++) { $studentinfo=mysql_fetch_object($q); @@ -153,26 +153,26 @@ if($_GET['action']=="removestudent") if($studentinfo->id) $id=$studentinfo->id; else $id=0; //true should work here, it just has to be set to _something_ for it to work. - echo ""; + echo ""; //save the ID, or 0 if it doesnt exist - echo ""; + echo ""; echo ""; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "\n"; echo "\n"; @@ -233,7 +233,7 @@ if($_GET['action']=="removestudent") echo "
"; echo "
"; } - echo "\n"; + echo "\n"; echo ""; echo "
"; echo notice(i18n("Note: if you change the email address that you are logged in with right now, you will be automatically logged out and will need to log back in again with your new email address"));
".i18n("First Name")."firstname\">".i18n("Last Name")."lastname\">".i18n("First Name")."firstname\" />".i18n("Last Name")."lastname\" />
".i18n("Email Address")."email\">".i18n("Province")."province\">".i18n("Email Address")."email\" />".i18n("Province")."province\" />
".i18n("Address")."address\">".i18n("City")."city\">".i18n("Address")."address\" />".i18n("City")."city\" />
".i18n("Postal Code")."postalcode\">".i18n("Phone")."phone\">".i18n("Postal Code")."postalcode\" />".i18n("Phone")."phone\" />