From 35d18268b628735c8e3204ba47e6e67e4f6c8f80 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 1 Dec 2010 19:41:21 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 2 +- inc/ws/DAO/class.ws.dao.book.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index ca7ab657d..974a7d692 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -153,7 +153,7 @@ html{height:100%}' . "\n"; $dao = new wsDAOBook($core->con); header('Content-type: text/plain'); ob_clean(); - echo $dao->compile(2964, 3, false); + echo $dao->compile(2963, 3, false); exit; } diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index 5dc616adb..6c65facc1 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -472,7 +472,10 @@ class wsDAOBook extends extranetDAO { $daoTheme = new wsDAOTheme($this->con); $theme = $daoTheme->getThemeOfBook($book_id); - //$this->makeTextsIndexes($book_id, $index, $textes); + $index=''; + $textes=''; + + $this->makeTextsIndexes($book_id, $index, $textes); $flex = new cubeFlexCompiler('FluidbookDatas', ROOT . '/books/datasCompiler/' . $book_id, 'flash.display.Sprite', explode(';', AS3_SOURCES), MXMLC_PATH); $flexLight = new cubeFlexCompiler('FluidbookDatasLight', ROOT . '/books/datasCompiler/' . $book_id, 'flash.display.Sprite', explode(';', AS3_SOURCES), MXMLC_PATH); -- 2.39.5