X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hp=75cf7740d9d32c662eaf706be821aad06af19c3b;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=a454def0bfba8288ffc839d034c710f034cf4728 diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 75cf7740d9..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('{%message,EXTENSION_WARNING_EXTENSION_INACTIVE=task%}'); - } // END - if - - // List selected tasks on overview when task management is not active - outputSeletectedTasks(postRequestArray(), $result_tasks); -} - -// [EOF] +// @DEPRECATED ?>