tbrehm
2012-01-02 e942cfab4d189d1dd58e9f16ecb7f01e2adbc8c3
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();
   }