tbrehm
2008-04-22 d4c9b31f263b332d52c73925a6eaef7ed4be96eb
interface/web/sites/web_aliasdomain_edit.php
@@ -94,7 +94,7 @@
      global $app, $conf;
      
      // Get the record of the parent domain
      $parent_domain = $app->db->queryOneRecord("select * FROM web_domain WHERE domain_id = ".intval($this->dataRecord["parent_domain_id"]));
      $parent_domain = $app->db->queryOneRecord("select * FROM web_domain WHERE domain_id = ".intval(@$this->dataRecord["parent_domain_id"]));
      
      // Set a few fixed values
      $this->dataRecord["type"] = 'alias';