]> git.mxchange.org Git - mailer.git/blobdiff - inc/fix_filters.php
Code style changed, ext-user continued:
[mailer.git] / inc / fix_filters.php
index a181b258abedc6199cad7f1b12467c3426fe1a94..299b052f945811f2a1b048a0a7772072b304b671 100644 (file)
@@ -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) {