X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=eafccb2f191b89aafda0b227238e0d3f18011a5b;hp=6003db9bba992349e52b8fcc688768e6cf5e60f8;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 6003db9bba..f551ef47b7 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -1,103 +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 .= loadTemplate('admin_menu_hints_row', true, $content); - } // END - foreach - - // Load base template - loadTemplate('admin_menu_hints', false, $OUT); - } -} elseif ($taskExt === false) { - if (isExtensionActive('task')) { - // Output warning message - displayMessage(getMaskedMessage('EXTENSION_WARNING_EXTENSION_INACTIVE', 'task')); - } // END - if - - // List selected tasks on overview when task management is not active - outputSeletectedTasks(postRequestArray(), $result_tasks); -} - -// [EOF] +// @DEPRECATED ?>