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;