]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-overview.php
Also these SQLs require support for NULL
[mailer.git] / inc / modules / admin / what-overview.php
index 04be6624f607b5e752adff2a8ff396ed6e7d6369..75cf7740d9d32c662eaf706be821aad06af19c3b 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -70,7 +70,7 @@ if (getAction() == 'login') {
 // Are we in 'welcome' page and are there jobs to be done?
 if (!ifAdminMenuHasEntries(getAction())) {
        // This menu is empty and so no content is displayed
-       displayMessage('{--ADMIN_MENU_IS_EMPTY--}');
+       displayMessage('{--ADMIN_MENU_EMPTY--}');
 } elseif ($jobsDone === true) {
        // Generate overview of all main menus
        if ((is_array($GLOBALS['menu']['description'])) && (count($GLOBALS['menu']['description']) > 0)) {