From 28fd38c4b1d96f84b1246b473a9718011ae78f53 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 16 May 2013 22:43:26 +0000 Subject: [PATCH] =?UTF-8?q?split=20est=20d=C3=A9pr=C3=A9ci=C3=A9,=20rempla?= =?UTF-8?q?c=C3=A9=20par=20explode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/param_pcmn.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php index 0e52fc8ce..2f4847941 100644 --- a/include/param_pcmn.inc.php +++ b/include/param_pcmn.inc.php @@ -309,7 +309,7 @@ for ($i=0; $i <$MaxRow; $i++) echo $td; if ( strlen($A['acode']) >0 ) { if (strpos($A['acode'], ",") >0 ) { - $det_qcode= split(",", $A['acode']); + $det_qcode= explode(",", $A['acode']); echo '