X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=7b50f1945e168fcd2daa82898c3bb71d59bc653a;hp=75cf7740d9d32c662eaf706be821aad06af19c3b;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git 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 ?>