bigintval() made to much trouble, uberwach wont be displayed in frames anymore
authorRoland Häder <roland@mxchange.org>
Wed, 26 Aug 2009 02:52:16 +0000 (02:52 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 26 Aug 2009 02:52:16 +0000 (02:52 +0000)
inc/footer.php
inc/functions.php

index 91a7bf8d27ae131c083d96db01bfbf77b40e15f3..7d6a2f81720e5f98529c9933ef412d8f8d2c986c 100644 (file)
@@ -72,7 +72,7 @@ if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != '1') &&
        } // END - if
 
        // Shall we include the uberwach snippet?
        } // END - if
 
        // Shall we include the uberwach snippet?
-       if ((EXT_IS_ACTIVE('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == '2')) {
+       if ((!REQUEST_ISSET_GET('frame')) && (EXT_IS_ACTIVE('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == '2')) {
                // Then display it here
                loadUberwachSnippet();
        } // END - if
                // Then display it here
                loadUberwachSnippet();
        } // END - if
index 5acdb2688c6ffd4f175d0e48924813409cca7649..342ab2e3fcf36b64cbc907c6fd2cb2dd189f5def 100644 (file)
@@ -1292,9 +1292,9 @@ function bigintval ($num, $castValue = true) {
 
        // Has the whole value changed?
        // @TODO Remove this if() block if all is working fine
 
        // Has the whole value changed?
        // @TODO Remove this if() block if all is working fine
-       if ("" . $ret."" != '' . $num."") {
+       if ('' . $ret . '' != '' . $num . '') {
                // Log the values
                // Log the values
-               debug_report_bug("{$ret}<>{$num}");
+               //debug_report_bug("{$ret}<>{$num}");
        } // END - if
 
        // Return result
        } // END - if
 
        // Return result