This commit is contained in:
Karl Burkhart
2010-12-09 14:50:35 +00:00
parent 30b67cbee2
commit 1da754e7df
-2
View File
@@ -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;