From 0385499416e00c9c6a9afa185932df315926c7b3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Jan 2005 18:40:02 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20La=20traduction=20des=20formulaires=20de?= =?UTF-8?q?=20mails=20n'=E9tait=20plus=20effective?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.formmail.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/html.formmail.class.php b/htdocs/html.formmail.class.php index 3dbcbbb66dc..cb5b51992ab 100644 --- a/htdocs/html.formmail.class.php +++ b/htdocs/html.formmail.class.php @@ -92,8 +92,10 @@ class FormMail * \brief Affiche la partie de formulaire pour saisie d'un mail en fonction des propriétés */ function show_form() { - global $langs; + global $conf, $langs, $user; + $langs->load("other"); + $langs->load("mails"); $form=new Form($DB);