Moved all FILTER_FOO() filter functions to an own include directory:
[mailer.git] / inc / libs / uberwach_functions.php
index b7d19a289f0b0fb8115f87846ee0bdd3453fb9e2..4b35731c9098b906895eddd0968cda2df3b9c1c7 100644 (file)
@@ -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]
 ?>