X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=efd94b263013d567fb20ab410df94271c82b68e6;hp=939a15c6b6384892d57944f32280bb7d15e1f24d;hb=505941fffb410fe82191d86e54f418f601f2f72f;hpb=7ce379f8009cb988e0af74c5e5bf6f8ddb6de37b diff --git a/inc/filters.php b/inc/filters.php index 939a15c6b6..efd94b2630 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -163,7 +163,7 @@ function RUN_FILTER ($filterName, $data = null, $silentAbort = true) { // Then run all filters foreach ($filters[$filterName] as $filterFunction=>$active) { // Debug message - /* DEBUG: */ echo __FUNCTION__."(".__LINE__."): name={$filterName}, func={$filterFunction}, active={$active}
\n"; + //* DEBUG: */ echo __FUNCTION__."(".__LINE__."): name={$filterName}, func={$filterFunction}, active={$active}
\n"; // Is the filter active? if ($active == "Y") {