From: vincent@cubedesigners.com Date: Wed, 30 Jan 2013 12:16:58 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=180be6e34df83f39721531c32d57e75bc1f63b24;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 9bcb9c89e..fe2a8b264 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -698,7 +698,6 @@ html{height:100%}' . "\n"; $hash = $e[1]; $dao = new wsDAOBook($core->con); - $dao->compile($book_id, 'html5'); $book = $dao->selectById($book_id); if ($hash != 'bcf26f9cf4a795ec00b9a44f42750d58' && $book->hash != $hash) { diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index 04839e3a0..a577363e0 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -862,8 +862,6 @@ class wsDAOBook extends commonDAO { - $html5=true; - $res = ''; if ($v1) { fb(time(), 'Compile V1');