From: vincent@cubedesigners.com Date: Thu, 16 Sep 2010 16:33:25 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7c401baea87a8c40cab668ab854a1f88f2ffcbe3;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index bc69cf5cf..7ea4890fb 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -132,11 +132,10 @@ html{height:100%}' . "\n"; { global $core; - fb('blabla'); $dao = new wsDAOBook($core->con); header('Content-type: text/plain'); ob_clean(); - echo $dao->compile(2963, 3, false); + echo $dao->compile(2963, 3, true); exit; }