From: vincent@cubedesigners.com Date: Thu, 31 Jan 2013 15:23:37 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=43ce3b893799e36f5d30a392032ef633d425282f;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.stats.php b/inc/ws/Controlleur/class.ws.stats.php index c4bfc05df..954a3cf62 100644 --- a/inc/ws/Controlleur/class.ws.stats.php +++ b/inc/ws/Controlleur/class.ws.stats.php @@ -26,6 +26,8 @@ class wsStats { } protected static function _getXLSFile($bid, $annee = null, $mois = null) { + $e = explode('_', $bid); + $bid = $e[0]; $xname = '/home/stats/www/xls/' . $bid; if (!is_null($annee)) { $xname.='/' . $annee;