X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffix_filters.php;h=299b052f945811f2a1b048a0a7772072b304b671;hp=a181b258abedc6199cad7f1b12467c3426fe1a94;hb=6c6f24bd5a3817573d1d49ed114700914ae8c920;hpb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb diff --git a/inc/fix_filters.php b/inc/fix_filters.php index a181b258ab..299b052f94 100644 --- a/inc/fix_filters.php +++ b/inc/fix_filters.php @@ -55,7 +55,7 @@ if (!SQL_HASZERONUMS($result)) { // Load row by row while ($filter = SQL_FETCHARRAY($result)) { // Now search again for this filter and get it's total count - $count = countSumTotalData($filter['filter_name'], 'filters', 'filter_id', 'filter_name', true, sprintf(" AND `filter_function`='%s'", SQL_ESCAPE($filter['filter_function']))); + $count = countSumTotalData($filter['filter_name'], 'filters', 'filter_id', 'filter_name', TRUE, sprintf(" AND `filter_function`='%s'", SQL_ESCAPE($filter['filter_function']))); // Is there more than one entry? if ($count > 1) {