DataObjects/Core_person_signup.php
authorMicheal <micheal@roojs.com>
Wed, 31 Dec 2014 09:50:20 +0000 (17:50 +0800)
committerMicheal <micheal@roojs.com>
Wed, 31 Dec 2014 09:50:20 +0000 (17:50 +0800)
DataObjects/Core_person_signup.php

index ed52c25..1e0cf56 100644 (file)
@@ -63,7 +63,7 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
                 //mail pwd
                 $htmlStr = "";
                 $htmlStr .= "Dear ".$p->honor.".".$p->lastname."<br /><br />";
-                $htmlStr .= "Congratulations on Joining HydRa.<br /><br />"
+                $htmlStr .= "Congratulations on Joining HydRa.<br /><br />";
                 $htmlStr .= "If you need to access the system again please log in using the password ";
                 $htmlStr .= $temp_pwd;