mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
remove debug
This commit is contained in:
@@ -88,8 +88,7 @@ $body
|
|||||||
<br /><br />{$lang_takeinvite['mail_six']}
|
<br /><br />{$lang_takeinvite['mail_six']}
|
||||||
EOD;
|
EOD;
|
||||||
|
|
||||||
//$sendResult = sent_mail($email,$SITENAME,$SITEEMAIL,$title,$message,"invitesignup",false,false,'');
|
$sendResult = sent_mail($email,$SITENAME,$SITEEMAIL,$title,$message,"invitesignup",false,false,'');
|
||||||
$sendResult = true;
|
|
||||||
//this email is sent only when someone give out an invitation
|
//this email is sent only when someone give out an invitation
|
||||||
if ($sendResult === true) {
|
if ($sendResult === true) {
|
||||||
if (isset($hashRecord)) {
|
if (isset($hashRecord)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user