From 7bd1dc1c4a9cc4ba90c6d8aef8c6f9b0f9b53626 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 May 2008 21:49:34 +0000 Subject: [PATCH] Fix: minor change on look --- htdocs/comm/mailing/cibles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index 31c41dba50a..61d4fa8f5da 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -193,11 +193,11 @@ if ($mil->fetch($_REQUEST["id"]) >= 0) $listdir[]=$dirmod; if (! empty($dirmod2)) $listdir[]=$dirmod2; + $var=true; foreach ($listdir as $dir) { $handle=opendir($dir); - $var=True; while (($file = readdir($handle))!==false) { if (substr($file, 0, 1) <> '.' && substr($file, 0, 3) <> 'CVS')