I am trying to uninstall this query and I cannot do so.
$db1="INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder) values ('4', 'Max Sig Height', 'maxsigheight','100','Made specially for Otakuboards, Its our very own <B>SIG KILLER</B>! Yay!!', '', '10')";
$db2="INSERT INTO setting (settinggroupid, title, varname, value, description, optioncode, displayorder) values ('4', 'Max Sig Width', 'maxsigwidth','500','Made specially for Otakuboards, Its our very own <B>SIG KILLER</B>! Yay!!', '', '11')";
$DB_site->query($db1);
$DB_site->query($db2);
How can I do this?
|