]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 17 Feb 2011 20:19:55 +0000 (20:19 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 17 Feb 2011 20:19:55 +0000 (20:19 +0000)
inc/ws/Controlleur/class.ws.url.php

index 7789dc534dab65d73fd099087be15903f390c89e..ebb49e0170948e24d210e26aa78aae165be42b3f 100644 (file)
@@ -356,7 +356,7 @@ html{height:100%}' . "\n";
 \r
                self::checkDocumentVersionOfBook($book_id);\r
 \r
-               echo self::commonViewer($book_id, $e[1],true);\r
+               echo self::commonViewer($book_id, $e[1], true);\r
        }\r
 \r
        public static function vieweru($args)\r
@@ -398,7 +398,7 @@ html{height:100%}' . "\n";
                echo self::commonViewer($book_id, $e[1]);\r
        }\r
 \r
-       public static function commonViewer($book_id, $hash,$standalone=false)\r
+       public static function commonViewer($book_id, $hash, $standalone = false)\r
        {\r
                if (!defined('MINIMIZE_JS')) {\r
                        define('MINIMIZE_JS', false);\r
@@ -438,8 +438,8 @@ html{height:100%}' . "\n";
                $css = $js = array();\r
                $css[] = $webcompile . 'style.css';\r
                $fv = array();\r
-               if($standalone){\r
-                       $fv['base']=$_SERVER['REQUEST_URI'];\r
+               if ($standalone) {\r
+                       $fv['base'] = $_SERVER['REQUEST_URI'];\r
                }\r
 \r
                $res = '<html>';\r