X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpolitician_stop_functions.php;h=0df90a4f666b8b7a4ea09ba42f9bad061f05715f;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hp=b6033a694166f80f61d45632a52056907a6d2da7;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/libs/politician_stop_functions.php b/inc/libs/politician_stop_functions.php index b6033a6941..0df90a4f66 100644 --- a/inc/libs/politician_stop_functions.php +++ b/inc/libs/politician_stop_functions.php @@ -10,14 +10,15 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Spezielle Funktion fuer politician_stop-Erw. * * -------------------------------------------------------------------- * - * $Revision:: 1274 $ * - * $Date:: 2009-10-30 06:12:31 +0100 (Fri, 30 Oct 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * + * $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 +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