From 927c8e69bc0b73eed8c610ac6fe55304a5f84699 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 May 2005 00:15:36 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Classe=20d=E9clar=E9e=202=20fois.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/cibles.php | 5 +++-- htdocs/html.formmail.class.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index 90212f314f4..8370f4fc660 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -241,8 +241,9 @@ if ($mil->fetch($_GET["id"]) == 0) } closedir($handle); - print ''; - print '  
'; + $var=!$var; + print ''; + print '  
'; print ''; print '
'; diff --git a/htdocs/html.formmail.class.php b/htdocs/html.formmail.class.php index 41ca0af55b9..53251adf817 100644 --- a/htdocs/html.formmail.class.php +++ b/htdocs/html.formmail.class.php @@ -24,7 +24,7 @@ \version $Revision$ */ -include_once ("html.form.class.php"); +require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php"); /** \class FormMail