X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_cats.php;h=07143534ebdf674e7d08aaf2bcc0a069c376c62e;hb=cf911469f718afb27ef9d239d375c7fe002cdc5e;hp=38e305b819fc310e445da92b659ebc4ea46dd39f;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/modules/admin/what-repair_cats.php b/inc/modules/admin/what-repair_cats.php index 38e305b819..07143534eb 100644 --- a/inc/modules/admin/what-repair_cats.php +++ b/inc/modules/admin/what-repair_cats.php @@ -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 = '
{--ADMIN_REPAIR_NOTHING_FIXED--}
'; @@ -73,7 +73,7 @@ if (!SQL_HASZERONUMS($result)) { } // Load template -loadTemplate('admin_settings_saved', false, $content); +displayMessage($content); // [EOF] ?>