X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffix_filters.php;h=cc3e0cc4d30285ec81be876f2cdde8215fb257b1;hb=9d794e925ba857067b03efb20649c72eee9c5797;hp=f18079a787b0b6d5923b9e21edb8f90f6d7c3d48;hpb=c364e5bc64df1f184602dec6a86ad2d70e8f83a9;p=mailer.git diff --git a/inc/fix_filters.php b/inc/fix_filters.php index f18079a787..cc3e0cc4d3 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'", $filter['filter_function'])); + $count = countSumTotalData($filter['filter_name'], 'filters', 'filter_id', 'filter_name', true, sprintf(" AND `filter_function`='%s'", SQL_ESCAPE($filter['filter_function']))); // Do we have more than one entry? if ($count > 1) {