From 703ae63dbbfe36628c16e5d97a709b8ee40c00a8 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 19 Mar 2001 17:57:05 +0000 Subject: [PATCH] Remove debugging call --- addressbook/inc/class.contacts_sql.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/addressbook/inc/class.contacts_sql.inc.php b/addressbook/inc/class.contacts_sql.inc.php index a531c343b7..9dce4cfd2c 100644 --- a/addressbook/inc/class.contacts_sql.inc.php +++ b/addressbook/inc/class.contacts_sql.inc.php @@ -227,7 +227,6 @@ $this->db->next_record(); $id = $this->db->f(0); - echo $id;exit; $this->db->query("SELECT id,lid,tid,owner $t_fields from $this->std_table WHERE id='$id'",__LINE__,__FILE__); $this->db->next_record();