interface/lib/classes/tools_sites.inc.php
@@ -144,6 +144,7 @@ return $res; } /* TODO: rewrite SQL */ function getDomainModuleDomains($not_used_in_table = null, $selected_domain = null) { global $app; @@ -168,6 +169,7 @@ return $app->db->queryAllRecords($sql, $not_used_in_table, $selected_domain); } /* TODO: rewrite SQL */ function checkDomainModuleDomain($domain_id) { global $app; @@ -181,6 +183,7 @@ return $domain['domain']; } /* TODO: rewrite SQL */ function getClientIdForDomain($domain_id) { global $app;