From f9c7f3f99c5468f6c55ebc707e9e8987e5e88e01 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 28 Jun 2011 10:07:42 -0400
Subject: [PATCH] - Added function to create random passwords in auth library. - Fixed {RECORDID} placeholder in SQL datasource strings.

---
 interface/web/domain/domain_edit.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/domain/domain_edit.php b/interface/web/domain/domain_edit.php
index 8e6e638..cc97806 100644
--- a/interface/web/domain/domain_edit.php
+++ b/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 {

--
Gitblit v1.9.1