From 3632e29b6a07f5ff6812bc6d1322df51bf7c20ee Mon Sep 17 00:00:00 2001 From: james Date: Thu, 22 Oct 2009 19:41:03 +0000 Subject: [PATCH] Remove debug --- register_participants_emergencycontact.php | 1 - 1 file changed, 1 deletion(-) 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]);