fixing a typo error

This commit is contained in:
Nahuel Angelinetti 2009-02-17 21:27:09 +00:00
parent 99d319dce5
commit 433d89504d
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ EOF;
'%canpass' => $db->Record['canpass'],
'%type' => $db->Record['type'],
'%notes' => $db->Record['notes']));
if (mail($dest,"New account (" . .$db->Record['login']." from ".$db->Record['parentlogin'].") on $L_HOSTING",$mail,"From: postmaster@$L_FQDN")) {
if (mail($dest,"New account (" . $db->Record['login']." from ".$db->Record['parentlogin'].") on $L_HOSTING",$mail,"From: postmaster@$L_FQDN")) {
echo "Successfully sent email to $dest";
} else {
echo "Cannot send email to $dest";