]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / surfbar.php
index 8194064e4a21c565c488c4665abb0440eead29e0..14e27b6559daa1e6e9d3e003eb7c16d047e753f8 100644 (file)
@@ -44,7 +44,7 @@ $GLOBALS['startTime'] = microtime(true);
 
 // Set module
 $GLOBALS['module'] = 'surfbar';
-$GLOBALS['output_mode'] = 0;
+$GLOBALS['output_mode'] = '0';
 $GLOBALS['header_sent'] = 3;
 
 // Load the required file(s)
@@ -56,7 +56,7 @@ setContentType('text/html');
 // Is a frame active?
 if (isGetRequestElementSet('frame')) {
        // Then we need to set header_sent to 0
-       $GLOBALS['header_sent'] = 0;
+       $GLOBALS['header_sent'] = '0';
 } // END - if
 
 // Only logged in users may use this surfbar!