tbrehm
2011-09-08 9c9382e6949e1366c6adb502b7aacae2c11023f7
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();
   }