]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 8 Mar 2010 16:47:04 +0000 (16:47 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 8 Mar 2010 16:47:04 +0000 (16:47 +0000)
inc/ws/Controlleur/class.ws.url.php

index bb6e967a117e808bfaecda4a4407be008fb6a577..68c83c6076bdee2265156e4ee382abade7944280 100644 (file)
@@ -132,7 +132,6 @@ class wsUrl {
 \r
        public static function editComposition($args)\r
        {\r
-               cubePage::swfaddress();\r
                $fv = array(session_name() => session_id(),\r
                        'book_id' => $args[1],\r
                        'finishedText' => __('Transfert terminé'),\r
@@ -141,7 +140,7 @@ class wsUrl {
                        'browseText' => __('Parcourir') . ' ...',\r
                        'titreUpload' => __('Sélectionnez un ou plusieurs document PDF sur votre ordinateur'),\r
                        'titreComposition' => __('Organisez le(s) document(s) pour composer votre fluidbook'));\r
-               $res = cubeMedia::flash(WEBROOT . '/swf/composer.swf?junk=' . TIME, '960', '100%', $fv, 'composerSwf', 'swfPanel', 9, '#ffffff', '', 'false', 'noscale', 'normal', array(), false, true);\r
+               $res = cubeMedia::flash(WEBROOT . '/swf/composer.swf?junk=' . TIME, '960', '100%', $fv, 'composerSwf', 'swfPanel', 9, '#ffffff', '', 'false', 'noscale', 'normal', array(), false, true,true);\r
                return $res;\r
        }\r
 }\r