]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
Listing of coupons rewritten to more clear
[mailer.git] / inc / modules / admin / what-repair_cats.php
index e0293f6818799fa315a50810ef78df9d2431bee4..07143534ebdf674e7d08aaf2bcc0a069c376c62e 100644 (file)
@@ -62,7 +62,7 @@ if (!SQL_HASZERONUMS($result)) {
 
        if ($REMOVED > 0) {
                // Entries repaired
-               $content = getMaskedMessage('ADMIN_REPAIR_ENTRIES_FIXED', $REMOVED);
+               $content = '{%message,ADMIN_REPAIR_ENTRIES_FIXED=' . $REMOVED . '%}';
        } else {
                // Nothing repaired
                $content = '<div class="notice">{--ADMIN_REPAIR_NOTHING_FIXED--}</div>';