From b0d506a366b1a09f712a3697344494a2adb08581 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 9 Jan 2006 19:01:40 +0000
Subject: [PATCH] Oups: oubli d'un test debug pour cache

---
 ecrire/inc_filtres.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc_filtres.php3 b/ecrire/inc_filtres.php3
index d4df2e56ec..ef29d0814a 100644
--- a/ecrire/inc_filtres.php3
+++ b/ecrire/inc_filtres.php3
@@ -1083,7 +1083,7 @@ function image_masque($im, $masque) {
 	$creer = $image["creer"];
 
 
-	if ($creer OR 1==1) {
+	if ($creer) {
 	
 		$masque = find_in_path($masque);	
 		$mask = valeurs_image_trans($masque,"");
-- 
GitLab