]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 23 Nov 2010 15:31:35 +0000 (15:31 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 23 Nov 2010 15:31:35 +0000 (15:31 +0000)
inc/ws/DAO/class.ws.dao.book.php

index 3491178ea4ef99786b217a933a35218688922eb2..bd87e5dd494ff5eddbb8e932a1b64f4440516ee0 100644 (file)
@@ -478,6 +478,7 @@ class wsDAOBook extends extranetDAO {
                $flexLight = new cubeFlexCompiler('FluidbookDatasLight', ROOT . '/books/datasCompiler/' . $book_id, 'flash.display.Sprite', explode(';', AS3_SOURCES), MXMLC_PATH);\r
                $flex->addVariable('links', $book->links);\r
                $flexLight->addVariable('datas', $book->parametres->toStandardObject());\r
+               $flexLight->addVariable('id', $book_id, false, true, 'uint');\r
                $flex->addVariable('traductions', wsLang::getTraductionWithId($book->traductions));\r
                $flex->addVariable('chapters', $book->chapters);\r
                $flex->addVariable('extras', '<extras>' . $book->extras . '</extras>', false, true, 'XML');\r