From: vincent@cubedesigners.com Date: Tue, 7 Dec 2010 15:57:19 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=15a2d4355e65b4a5770e2cfd1af9d5ee51e3807f;p=cubeextranet.git --- diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index 23a4276ea..ce37f774a 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -469,7 +469,7 @@ class wsDAOBook extends extranetDAO { $size = $firstDoc->generalInfos['size']; $daoTheme = new wsDAOTheme($this->con); - $theme = $daoTheme->getThemeOfBook($book_id,true); + $theme = $daoTheme->getThemeOfBook($book_id, true); $index = ''; $textes = ''; @@ -538,8 +538,9 @@ class wsDAOBook extends extranetDAO { $res .= $flex->compile() . "\n\n-------------------\n\n"; $flexLight->addVariable('datasSize', filesize(ROOT . '/books/datasCompiler/' . $book_id . '/FluidbookDatas.swf')); $res .= $flexLight->compile(); - // $flex->clean(); - // $flexLight->clean(); + + $filesToCopy['index.swf'] = 'html/index.swf'; + // Copy of files return $res; } }