From 15c12787136faa94df84fdcadcaf2d34c12a5745 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 7 Nov 2003 08:56:55 +0000 Subject: [PATCH] Suppression slash inutile dans le mail --- htdocs/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user.class.php b/htdocs/user.class.php index d16eb7d1a5f..04e5d972e8e 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -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;