Suppression slash inutile dans le mail

This commit is contained in:
Rodolphe Quiedeville 2003-11-07 08:56:55 +00:00
parent 6ca81d8892
commit 15c1278713

View File

@ -629,7 +629,7 @@ class User
if ($this->db->affected_rows())
{
$mesg = "Login : $this->login\nMot de passe : $password\n";
$mesg .= "URL : http://". $GLOBALS["HTTP_HOST"] . "/" . DOL_URL_ROOT;
$mesg .= "URL : http://". $GLOBALS["HTTP_HOST"] . DOL_URL_ROOT;
if (mail($this->email, "Mot de passe Dolibarr", $mesg))
{
return 1;