From 7c401baea87a8c40cab668ab854a1f88f2ffcbe3 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 16 Sep 2010 16:33:25 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.39.5