]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
Way more usage of EL code:
[mailer.git] / inc / modules / admin / what-repair_cats.php
index 38e305b819fc310e445da92b659ebc4ea46dd39f..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>';
@@ -73,7 +73,7 @@ if (!SQL_HASZERONUMS($result)) {
 }
 
 // Load template
-loadTemplate('admin_settings_saved', false, $content);
+displayMessage($content);
 
 // [EOF]
 ?>