jmontoya
2010-08-04 e8a29cf134f7df1a1e7637083f6d7adf64949b7c
interface/web/domain/domain_edit.php
@@ -108,7 +108,7 @@
            if(isset($this->dataRecord['client_group_id']) && $this->dataRecord['client_group_id'] == 0) {
               $app->tform->errorMessage .= $wb['error_client_group_id_empty'];
            }
            //* make sure that the email domain is lowercase
            //* make sure that the domain is lowercase
            if(isset($this->dataRecord["domain"])) $this->dataRecord["domain"] = strtolower($this->dataRecord["domain"]);
         }
         else {