X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fuberwach_functions.php;h=4b35731c9098b906895eddd0968cda2df3b9c1c7;hb=b6c301dece2d7a3375321d4f3c0498ceaeb5a2a6;hp=b7d19a289f0b0fb8115f87846ee0bdd3453fb9e2;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/libs/uberwach_functions.php b/inc/libs/uberwach_functions.php index b7d19a289f..4b35731c90 100644 --- a/inc/libs/uberwach_functions.php +++ b/inc/libs/uberwach_functions.php @@ -46,14 +46,5 @@ function loadUberwachSnippet () { $GLOBALS['page_footer'] .= loadTemplate('uberwach_snippet', true); } -// Filter for displaying uberwach snippet -function FILTER_DISPLAY_UBERWACH_SNIPPET () { - // Shall we include the uberwach snippet? - if ((!isGetRequestParameterSet('frame')) && (isExtensionActive('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) { - // Then display it here - loadUberwachSnippet(); - } // END - if -} - // [EOF] ?>