From 92b672214ce8c761474dcbb6fd9db0a4ec947940 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 14 Feb 2011 10:45:16 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 4e8858e27..c8a1acfb3 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -324,7 +324,10 @@ html{height:100%}' . "\n"; { $fv = array(session_name() => session_id(), 'book_id' => $args[0]); - $res = cubeMedia::flash2(WEBROOT . '/swf/composer.swf?junk=' . TIME, '100%', '100%', $fv, 'composerSwf', 'swfPanel', 10, '#d2d3c7', '', 'false', 'noscale', 'normal', array(), false, true, true); + + $mtime = filemtime(ROOT . '/swf/composer.swf'); + + $res = cubeMedia::flash2(WEBROOT . '/swf/composer.swf?junk=' . $mtime, '100%', '100%', $fv, 'composerSwf', 'swfPanel', 10, '#d2d3c7', '', 'false', 'noscale', 'normal', array(), false, true, true); return $res; } -- 2.39.5