bigintval() made to much trouble, uberwach wont be displayed in frames anymore
[mailer.git] / inc / footer.php
index 765c02eb094585f4c16c8a2abb6f90edca737428..7d6a2f81720e5f98529c9933ef412d8f8d2c986c 100644 (file)
@@ -72,7 +72,7 @@ if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != '1') &&
        } // END - if
 
        // Shall we include the uberwach snippet?
-       if ((EXT_IS_ACTIVE('uberwach')) && ($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