parent
1ca9dcf406
commit
39dba8188b
|
@ -1928,7 +1928,7 @@ class m_dom {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($onedom["dns_action"]=="DELETE") {
|
if ($onedom["dns_action"]=="DELETE") {
|
||||||
$db->query("DELETE FROM domaines WHERE domaine=?;",array($onedom));
|
$db->query("DELETE FROM domaines WHERE domaine=?;",array($onedom['domaine']));
|
||||||
} else {
|
} else {
|
||||||
// we keep the highest result returned by hooks...
|
// we keep the highest result returned by hooks...
|
||||||
rsort($ret,SORT_NUMERIC); $returncode=$ret[0];
|
rsort($ret,SORT_NUMERIC); $returncode=$ret[0];
|
||||||
|
|
Loading…
Reference in New Issue