]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/politician_stop_functions.php
Moved all FILTER_FOO() filter functions to an own include directory:
[mailer.git] / inc / libs / politician_stop_functions.php
index 47fde787e9b35eeae97ef63d65600d022a7b41df..e22fd33f50ead3884700b509208fd48a9720aeac 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -47,14 +46,5 @@ function loadPoliticianStopSnippet () {
        loadTemplate('politician_stop_snippet');
 }
 
-// Filter for displaying politician_stop snippet
-function FILTER_DISPLAY_POLITICIAN_STOP_SNIPPET () {
-       // Shall we include the politician_stop snippet?
-       if ((!isGetRequestElementSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) {
-               // Then display it here
-               loadPoliticianStopSnippet();
-       } // END - if
-}
-
 // [EOF]
 ?>