From: vincent@cubedesigners.com Date: Mon, 19 Jul 2010 14:15:47 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c7c408fc064695a81abbf268b228c9381c45649a;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index 639f53270..5f40714c1 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -494,6 +494,13 @@ class wsFlash extends cubeFlashGateway { $dao = new wsDAOBook($core->con); $dao->setComposition($this->args['book_id'], json_decode($this->args['pages'])); } + + public function compile() + { + global $core; + $dao = new wsDAOBook($core->con); + fb($dao->compile($this->args['book_id'], 3)); + } } ?> \ No newline at end of file