mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user