X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=27a7b607c0f749c23e5ad7525da85cf7e6616c3b;hb=e9da1508b2a3ccbf63adc999981674740a47e074;hp=939cd84d5b864c2fe88aa943b0adc55915b74caf;hpb=5942a52ee1b26fdf495dc9c0946d616afc649607;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 939cd84d5b..27a7b607c0 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Funktionen fuer Filter-System * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -292,7 +292,7 @@ function runFilterChain ($filterName, $filterData = NULL) { // Is that filter chain there? if (!isset($GLOBALS['cache_array']['filter']['chains'][$filterName])) { - // Log not found filters in debug-mode + // Filter chain not found filters in debug-mode if (isDebugModeEnabled()) { // Log it away... logDebugMessage(__FUNCTION__, __LINE__, 'Filter chain ' . $filterName . ' does not exist.');