From c5f65fdb60716c5933af6b4a7dcb71e8e152a05f Mon Sep 17 00:00:00 2001 From: Micheal Date: Wed, 31 Dec 2014 17:50:20 +0800 Subject: [PATCH] DataObjects/Core_person_signup.php --- DataObjects/Core_person_signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index ed52c256..1e0cf566 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -63,7 +63,7 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject //mail pwd $htmlStr = ""; $htmlStr .= "Dear ".$p->honor.".".$p->lastname."

"; - $htmlStr .= "Congratulations on Joining HydRa.

" + $htmlStr .= "Congratulations on Joining HydRa.

"; $htmlStr .= "If you need to access the system again please log in using the password "; $htmlStr .= $temp_pwd; -- 2.39.2