From 433d89504d32fc6d3c82bdd4367f220e5a1152d6 Mon Sep 17 00:00:00 2001 From: Nahuel Angelinetti Date: Tue, 17 Feb 2009 21:27:09 +0000 Subject: [PATCH] fixing a typo error --- bureau/class/m_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_admin.php b/bureau/class/m_admin.php index cf4a02f9..5c417e17 100644 --- a/bureau/class/m_admin.php +++ b/bureau/class/m_admin.php @@ -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";