From: vincent@cubedesigners.com Date: Mon, 9 Jan 2012 17:57:57 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=647d955e0554f7a2f8b7a6595e57bd8025458cdc;p=cubeextranet.git --- diff --git a/fluidbook/compile/index.html b/fluidbook/compile/index.html index 8a576bacc..09bb42534 100644 --- a/fluidbook/compile/index.html +++ b/fluidbook/compile/index.html @@ -1,33 +1,34 @@ - - - - - - - -$favicon -$robots -$facebook -$title - - - -$redirectScript - - -
-
-
$alt
-
- -$ga - + + + + + + + + + $favicon + $robots + $facebook + $title + + + + $redirectScript + + +
+
+
$alt
+
+ + $ga + \ No newline at end of file diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index da97b6cd2..9d66d59e0 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -832,7 +832,6 @@ class wsDAOBook extends commonDAO { $this->makeTextsIndexes($book, $pages, $index, $textes); $daoDoc->getLinksAndRulers($book_id, $links, $rulers); - $imagesassets = array(); $id = 1; foreach ($links as $id => $link) { @@ -887,7 +886,7 @@ class wsDAOBook extends commonDAO { $allTraductions[$lang->lang_id] = $lang->traductions; } - $flex->addVariable('traductions', $traductions, false, true, 'JSONObject'); + $flex->addVariable('traductions', $traductions, false, true, 'JSONObject', false); $flex->addVariable('allTraductions', $allTraductions, false, true, 'JSONObject'); $flex->addVariable('chapters', $book->chapters, false, true, 'JSONObject'); $flex->addVariable('extras', '' . $book->extras . '', false, true, 'XML'); @@ -897,8 +896,8 @@ class wsDAOBook extends commonDAO { $flexLight->addVariable('fwidth', round($size[0], 4), false, true, 'Number'); $flexLight->addVariable('fheight', round($size[1], 4), false, true, 'Number'); $flexLight->addVariable('pagesInDatas', $complete, false, true, 'Boolean'); - $flex->addVariable('index', $index, false, true, 'JSONObject'); - $flex->addVariable('textes', $textes, false, true, 'JSONObject'); + $flex->addVariable('index', $index, false, true, 'JSONObject', false,false); + $flex->addVariable('textes', $textes, false, true, 'JSONObject', false,false); $rasterized = array(); $sizes = array();