From 1da754e7df1900f5549c1f0584d8b902c4958b3c Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 9 Dec 2010 14:50:35 +0000 Subject: [PATCH] --- include/tags.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/tags.class.php b/include/tags.class.php index 8edbb21f2..23cd414f5 100644 --- a/include/tags.class.php +++ b/include/tags.class.php @@ -217,8 +217,6 @@ class tags extends basis_db { $qry = "Insert into public.tbl_tag (tag) values (".$this->addslashes($this->tag).");"; - echo $qry; - if($this->db_query($qry)) { return true;