From 322c819d368803115fa26a72441f4f76845169d2 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 1 Dec 2010 13:39:01 +0000 Subject: [PATCH] Correction retour getListeEvenements --- library/WsScore/WsEntreprise.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/WsScore/WsEntreprise.php b/library/WsScore/WsEntreprise.php index e4aa1851..79fe97a2 100644 --- a/library/WsScore/WsEntreprise.php +++ b/library/WsScore/WsEntreprise.php @@ -857,6 +857,7 @@ class WsEntreprise extends WsScore $result = new InseeResult(); $result->nbReponses = count($tabRet); + $result->evenements = $tabRet; $output = new InseeReturn(); $output->error = $error; $output->result = $result;