]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/removeip_functions.php
Moved all FILTER_FOO() filter functions to an own include directory:
[mailer.git] / inc / libs / removeip_functions.php
index afb9e0265bef5fad0300f0973e75df1f851e7847..7c9b07accea4376d8c807a7dc87a223c126b8fed 100644 (file)
@@ -141,20 +141,5 @@ function addAnonymityLevel () {
        return loadTemplate('removeip_level', true, $message);
 }
 
-// Filter for adding anonymity notice to the output stream
-function FILTER_ADD_ANONYMITY_NOTICE ($data) {
-       // Init content
-       $content = $data;
-
-       // Extension removeip activated?
-       if ((isExtensionActive('removeip')) && (getConfig('removeip_'.strtolower($data['access_level']).'_show') == 'Y')) {
-               // Add anoymity/privacy infos
-               $content['content'] .= addAnonymityLevel() . "<br />\n";
-       } // END - if
-
-       // Return it
-       return $content;
-}
-
 // [EOF]
 ?>