From dfea353938f30ab13bfbaaf610c3d624f842d6c3 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Tue, 5 Apr 2005 16:24:24 +0000
Subject: [PATCH] =?UTF-8?q?=C3=A7a=20d=C3=A9busque?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/inc-compilo-index.php3 b/inc-compilo-index.php3
index b00ce5e9b2..a1e1cfe112 100644
--- a/inc-compilo-index.php3
+++ b/inc-compilo-index.php3
@@ -296,7 +296,7 @@ function filtres_arglist($args, $p, $sep) {
 		else
 		  ereg(' *([^,]+) *,?(.*)$', $args, $regs);
 		$arg = $regs[1];
-		spip_log("$args $arg");
+#		spip_log("$args $arg");
 		if ($arg !== '') {
 			if ($arg[0] =='$')
 				$arg = '$Pile[0][\'' . substr($arg,1) . "']";
-- 
GitLab