X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_mmnu.php;h=cae307e4a2ba737dbd889b5b613530b3fae93138;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=e2eb30b1bd82c4f491020739c27320f1f2a04e25;hpb=33cc131a3e5017842d2038f7e16df258b6845a08;p=mailer.git diff --git a/inc/modules/admin/what-repair_mmnu.php b/inc/modules/admin/what-repair_mmnu.php index e2eb30b1bd..cae307e4a2 100644 --- a/inc/modules/admin/what-repair_mmnu.php +++ b/inc/modules/admin/what-repair_mmnu.php @@ -1,7 +1,7 @@ ".ADMIN_REPAIR_ENTRIES_FIXED_1.$REP.ADMIN_REPAIR_ENTRIES_FIXED_2.""); +if ($REP > 0) { + $message = getMaskedMessage('ADMIN_REPAIR_ENTRIES_FIXED', $REP); +} else { + $message = getMessage('ADMIN_REPAIR_NOTHING_FIXED'); +} + +// Output message +loadTemplate('admin_settings_saved', false, $message); // ?>