]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/politician_stop_functions.php
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / inc / libs / politician_stop_functions.php
index 0561cdb16a5372fc07679ade5d311794e152725f..2390f3a7f78576f746dd055163c8b9aa6e6737dc 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/02/2009 *
- * ===============                              Last change: 11/02/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 11/02/2009 *
+ * ===================                          Last change: 11/02/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : politician_stop_functions.php                    *
  * -------------------------------------------------------------------- *
  * 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!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -50,7 +50,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