X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=eafccb2f191b89aafda0b227238e0d3f18011a5b;hp=874698a8f7ea33f14a0da675235288d578f8412d;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 874698a8f7..f551ef47b7 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -1,97 +1,3 @@ 0)) { - $OUT = ""; - foreach ($GLOBALS['menu']['description'] as $key => $value) - { - // Prepare content - $content = array( - 'title' => $GLOBALS['menu']['title'][$key], - 'text' => $value - ); - - // Load row template - $OUT .= LOAD_TEMPLATE("admin_menu_hints_row", true, $content); - } - - // Load base template - LOAD_TEMPLATE("admin_menu_hints", false, $OUT); - } -} elseif (!$taskExt) { - if (EXT_IS_ACTIVE("task")) { - // Output warning message - LOAD_TEMPLATE("admin_settings_saved", false, sprintf(getMessage('EXTENSION_WARNING_EXT_INACTIVE'), "task")); - } - - // List selected tasks on overview when task management is not active - OUTPUT_SELECTED_TASKS(REQUEST_POST_ARRAY(), $result_tasks); -} - -// +// @DEPRECATED ?>