X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpolitician_stop_functions.php;h=edc1ab7a988ff8f5fdaf4e3db68b76310fddbc83;hb=62d8f6d89c35bebe15b8f716a5629f14d95f3078;hp=47fde787e9b35eeae97ef63d65600d022a7b41df;hpb=043db24f5b4744a22b5c54f67e09be998b10b4bd;p=mailer.git diff --git a/inc/libs/politician_stop_functions.php b/inc/libs/politician_stop_functions.php index 47fde787e9..edc1ab7a98 100644 --- a/inc/libs/politician_stop_functions.php +++ b/inc/libs/politician_stop_functions.php @@ -14,10 +14,9 @@ * $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 * * * * This program is free software; you can redistribute it and/or modify * @@ -50,7 +49,7 @@ function loadPoliticianStopSnippet () { // 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)) { + if ((!isGetRequestParameterSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) { // Then display it here loadPoliticianStopSnippet(); } // END - if