ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
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();
   }