xaver
2011-09-13 c72ea8348fb5845486dbab613ea6aeda96d2ff85
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();
   }