]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-task.php
New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / action-task.php
index c2942869e78d065d64a70a2734c416a80a8278a3..6998ed2788246a473f57637665c4f3dc5d59b0d1 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 if (!isExtensionActive('task')) {
-       loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('task'));
+       displayMessage(generateExtensionInactiveNotInstalledMessage('task'));
        return;
 } // END - if