X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter%2Fpolitician-stop_filter.php;h=0d1a4e8a7250e0e3b3285897249faf72b2dbe5b0;hb=150ed402878985508f10f4e06d25831e0fb3a1f8;hp=f16dda33819e64a76506569d7acf259230217fc3;hpb=e630d445a4a8ecae2b6f5ea442c2949234dd952a;p=mailer.git diff --git a/inc/filter/politician-stop_filter.php b/inc/filter/politician-stop_filter.php index f16dda3381..0d1a4e8a72 100644 --- a/inc/filter/politician-stop_filter.php +++ b/inc/filter/politician-stop_filter.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,7 +49,7 @@ function FILTER_DISPLAY_POLITICIAN_STOP_SNIPPET ($filterData) { if ((isFullPage()) && (isExtensionActive('politician-stop')) && (getModule() != 'admin') && ($GLOBALS['__header_sent'] == 2)) { // Then display it here //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Going to load template ...'); - $filterData .= loadTemplate('politician_stop_snippet', true); + $filterData .= loadTemplate('politician_stop_snippet', TRUE); } // END - if // Return data