tbrehm
2009-09-14 60bc9cd92e5e36f0719ec57472e53784b9cc3dbd
interface/web/mail/mail_domain_edit.php
@@ -174,6 +174,11 @@
         // Clients may not set the client_group_id, so we unset them if user is not a admin
         if(!$app->auth->has_clients($_SESSION['s']['user']['userid'])) unset($this->dataRecord["client_group_id"]);
      }
      //* make sure that the email domain is lowercase
      if(isset($this->dataRecord["domain"])) $this->dataRecord["domain"] = strtolower($this->dataRecord["domain"]);
      parent::onSubmit();
   }