diff --git a/register_participants_emergencycontact.php b/register_participants_emergencycontact.php index 1b208ff0..aaca19f6 100644 --- a/register_participants_emergencycontact.php +++ b/register_participants_emergencycontact.php @@ -86,7 +86,6 @@ echo mysql_error(); if(mysql_num_rows($q)==1) { $e=stripslashes($_POST['email'][$id]); if($_POST['relation'][$id]=="Parent" && $e && user_valid_email($e)) { - echo "Updating parent record..."; if($u=user_load_by_email($e)) { $u['firstname']=stripslashes($_POST['firstname'][$id]); $u['lastname']=stripslashes($_POST['lastname'][$id]);