Marius Burkard
2016-04-19 b2cee83e8894e89fd3e0793c84fb92a8cf928613
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;
@@ -180,7 +182,8 @@
      if(!$domain || !$domain['domain_id']) return false;
      return $domain['domain'];
   }
   /* TODO: rewrite SQL */
   function getClientIdForDomain($domain_id) {
      global $app;