]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_autopurge.php
New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-list_autopurge.php
index b6b1952ccb2c488472aa4396debec40e14f7b14c..1aa19ca73bea3118c0ac2b28e4d3be5eae70cf84 100644 (file)
@@ -94,7 +94,7 @@ if (!SQL_HASZERONUMS($result)) {
        loadTemplate('admin_list_autopurge', false, $content);
 } else {
        // All members are active or you don't have any registered
-       loadTemplate('admin_settings_saved', false, '{--ADMIN_AUTOPURGE_ALL_ACTIVE--}');
+       displayMessage('{--ADMIN_AUTOPURGE_ALL_ACTIVE--}');
 }
 
 // [EOF]