tbrehm
2011-01-11 04620b7ff00c194ae1bf4c398ebcb26d5c950b6a
interface/web/sites/web_subdomain_edit.php
@@ -95,6 +95,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();
   }