marknl
2011-08-26 bf420e07b6a8ed6d0a42cdaef5f3f70ad58ce7fc
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();
   }