X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_gmnu.php;h=63a9f4413ce8cc675bed9770b46e1fb78871be41;hp=6353330c876f4925105e31135c0214c8f651b6cd;hb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;hpb=89edd713e330fd16e8da1edeadfd5046296ff0d2 diff --git a/inc/modules/admin/what-repair_gmnu.php b/inc/modules/admin/what-repair_gmnu.php index 6353330c87..63a9f4413c 100644 --- a/inc/modules/admin/what-repair_gmnu.php +++ b/inc/modules/admin/what-repair_gmnu.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); // ?>