From: Micheal Date: Wed, 31 Dec 2014 09:50:20 +0000 (+0800) Subject: DataObjects/Core_person_signup.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c5f65fdb60716c5933af6b4a7dcb71e8e152a05f DataObjects/Core_person_signup.php --- 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;