X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_gmnu.php;h=63a9f4413ce8cc675bed9770b46e1fb78871be41;hb=22ba0c36c75ff989a6f48197c5a71524fb891b87;hp=e2cc8eeff4c30f9663d1fd2f469891bf1cb159a3;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/admin/what-repair_gmnu.php b/inc/modules/admin/what-repair_gmnu.php index e2cc8eeff4..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); // ?>