From: vincent@cubedesigners.com Date: Tue, 24 Apr 2018 13:48:12 +0000 (+0000) Subject: #1927 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0f10a5f15c713d2750239bf837a9a924144b182d;p=cubeextranet.git #1927 @0:05 --- diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index b9e7c49e8..b398aeed6 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -1139,11 +1139,11 @@ class wsServices extends cubeFlashGateway $lignes = []; foreach ($_POST['items'] as $item) { $ligne = ''; - $ligne .= '' . $item[0] . ''; - $ligne .= '' . $item[1] . ''; - $ligne .= '' . $item[2] . ''; - $ligne .= '' . $item[3] . ''; - $ligne .= '' . $item[4] . ''; + $ligne .= '' . $item[0] . ''; + $ligne .= '' . $item[1] . ''; + $ligne .= '' . $item[2] . ''; + $ligne .= '' . $item[3] . ''; + $ligne .= '' . $item[4] . ''; $ligne .= ''; $lignes[] = $ligne; }