]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_emails.php
New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-edit_emails.php
index 383782306f4388b65ca39e4cb0198a1babdf2f7a..7147fc88dee955b8dff4afdec3faf5bb446d9ea3 100644 (file)
@@ -103,7 +103,7 @@ LIMIT 1",
                }
 
                // Display message
-               loadTemplate('admin_settings_saved', false, $content);
+               displayMessage($content);
        } else {
                // There are mail orders available
                $OUT = '';
@@ -120,7 +120,7 @@ LIMIT 1",
        }
 } else {
        // No mail orders left in pool
-       loadTemplate('admin_settings_saved', false, '{--ADMIN_NO_MAILS_IN_POOL--}');
+       displayMessage('{--ADMIN_NO_MAILS_IN_POOL--}');
 }
 
 // [EOF]