removing unused functions in m_dom

This commit is contained in:
Benjamin Sonntag 2012-08-25 21:02:35 +00:00
parent 78d57820e5
commit 2c954bebad
1 changed files with 0 additions and 14 deletions

View File

@ -168,20 +168,6 @@ class m_dom {
return true;
}
function domains_type_disable($id) {
global $db,$err,$cuid;
$id=intval($id);
$db->query("update domaines_type set enable=false where id=$id;");
return true;
}
function domains_type_enable($id) {
global $db,$err,$cuid;
$id=intval($id);
$db->query("update domaines_type set enable=true where id=$id;");
return true;
}
function domains_type_update($name, $description, $target, $entry, $compatibility, $enable, $only_dns, $need_dns,$advanced) {
global $err,$cuid,$db;
$id=intval($id);