ftimme
2011-10-11 81d79a79e4b29e9314b64b2e4c49b48ae8319767
interface/web/sites/web_aliasdomain_edit.php
@@ -130,6 +130,9 @@
      
      $this->parent_domain_record = $parent_domain;
      
      //* make sure that the email domain is lowercase
      if(isset($this->dataRecord["domain"])) $this->dataRecord["domain"] = strtolower($this->dataRecord["domain"]);
      parent::onSubmit();
   }