Undefined index

This commit is contained in:
Axel ROGER 2012-08-31 15:20:03 +00:00
parent b9e00b5b18
commit 3ece8ca56d
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ class m_dom {
}
function create_default_subdomains($domain,$target_domain=""){
global $db;
global $db,$err;
$err->log("dom","create_default_subdomains",$domain);
$query="SELECT sub, domain_type, domain_type_parameter FROM default_subdomains WHERE concerned = 'SLAVE' or concerned = 'BOTH' and enabled=1;";
if(empty($target_domain)) {