From 5facffc008480869b991b446c478a74edb0df8a0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 16 May 2013 22:32:49 +0000 Subject: [PATCH] =?UTF-8?q?Remplace=20split=20qui=20est=20d=C3=A9pr=C3=A9c?= =?UTF-8?q?i=C3=A9=20par=20explode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/template/account_result.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/template/account_result.php b/include/template/account_result.php index e8814fc00..27e475b5a 100644 --- a/include/template/account_result.php +++ b/include/template/account_result.php @@ -30,7 +30,7 @@ if ( strlen($array[$i]['acode']) >0 ) { if (strpos($array[$i]['acode'], ",") >0 ) { - $det_qcode= split(",", $array[$i]['acode']); + $det_qcode= explode(",", $array[$i]['acode']); $sep=""; $max=(count($det_qcode)>$limite)?$limite:count($det_qcode); for ($e=0;$e<$max;$e++) {