X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpolitician_stop_functions.php;h=0df90a4f666b8b7a4ea09ba42f9bad061f05715f;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hp=47fde787e9b35eeae97ef63d65600d022a7b41df;hpb=4cec044b57773e28423261c71f918f3e22ca8a75;p=mailer.git diff --git a/inc/libs/politician_stop_functions.php b/inc/libs/politician_stop_functions.php index 47fde787e9..0df90a4f66 100644 --- a/inc/libs/politician_stop_functions.php +++ b/inc/libs/politician_stop_functions.php @@ -18,6 +18,7 @@ * 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 +51,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