From 5cb03414c8f2d040a4f50952173829eb2269fdbc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 13 Apr 2003 14:32:45 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20valeur=20de=20conf=20s?= =?UTF-8?q?tock=E9e,=20on=20ne=20stock=20que=20le=20nom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index fb46bca46e2..f047a9f08a6 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -148,7 +148,7 @@ while (($file = readdir($handle))!==false) print ''; - if ($facture_addon_var_pdf == "$file") + if ($facture_addon_var_pdf == "$name") { print ''; } @@ -159,7 +159,7 @@ while (($file = readdir($handle))!==false) print "\n"; - print 'activer'; + print 'activer'; print ''; }