jquery will not become an extension in the future
authorRoland Häder <roland@mxchange.org>
Sun, 15 Nov 2009 21:03:02 +0000 (21:03 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 15 Nov 2009 21:03:02 +0000 (21:03 +0000)
inc/functions.php
templates/de/html/page_header.tpl

index 4127ee62a1bc74e37180e99a8660756155418e0c..a31c402069ef86f8c151aa68bc481bbf26d62817 100644 (file)
@@ -77,7 +77,7 @@ function outputHtml ($htmlCode, $newLine = true) {
 
                                // The same as above... ^
                                outputRawCode($htmlCode);
 
                                // The same as above... ^
                                outputRawCode($htmlCode);
-                               if ($newLine) print("\n");
+                               if ($newLine === true) print("\n");
                                break;
 
                        default:
                                break;
 
                        default:
index fb13505a8aa48a1d487446d9813e35439cfd919a..b72b71d8ef163c379a8ec0555ef61cbca8744c37 100644 (file)
@@ -7,4 +7,4 @@
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="language" content="de" />
 
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="language" content="de" />
 
-<script src="{?URL?}/js.php?js=jquery{%version=jquery%}" type="text/javascript"></script>
+<script src="{?URL?}/js.php?js=jquery{%version=sql_patches%}" type="text/javascript"></script>