From 48e59e14482a3374681e74878a899c27fa0405cc Mon Sep 17 00:00:00 2001
From: Antoine Pitrou <pitrou@free.fr>
Date: Tue, 19 Mar 2002 21:34:44 +0000
Subject: [PATCH] =?UTF-8?q?Oubli=C3=A9=20:=20on=20n'a=20plus=20besoin=20de?=
 =?UTF-8?q?=20preg=20(sauf=20si=20on=20veut=20absolument=20faire=20du=20no?=
 =?UTF-8?q?n-greedy,=20mais=20l=C3=A0=20je=20laisse=20Fil=20s'en=20occuper?=
 =?UTF-8?q?=20=C3=A9ventuellement)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-public.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-public.php3 b/inc-public.php3
index c3ad2341a9..ec678b5d15 100644
--- a/inc-public.php3
+++ b/inc-public.php3
@@ -149,7 +149,7 @@ else {
 //
 
 if ($var_recherche) {
-	if ($flag_ob AND $flag_preg_replace AND !$flag_preserver) {
+	if ($flag_ob AND !$flag_preserver) {
 		include_ecrire("inc_filtres.php3");
 		ob_start();
 	}
-- 
GitLab