X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpolitician_stop_functions.php;h=0ec64017623f21876a063db5c1180251b28c414e;hb=ca11996eb52fa0a1ec45d6ab10f5331c4a54a116;hp=0df90a4f666b8b7a4ea09ba42f9bad061f05715f;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/libs/politician_stop_functions.php b/inc/libs/politician_stop_functions.php index 0df90a4f66..0ec6401762 100644 --- a/inc/libs/politician_stop_functions.php +++ b/inc/libs/politician_stop_functions.php @@ -14,12 +14,10 @@ * $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, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -48,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 ((!isGetRequestParameterSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) { - // Then display it here - loadPoliticianStopSnippet(); - } // END - if -} - // [EOF] ?>