X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=56391f52928b7bafd0bf749437ff36a9823b52da;hp=4a464836a0c6431fa4d50aa00841b4f9e2e4445b;hpb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;p=mailer.git diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 4a464836a0..f551ef47b7 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -1,104 +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 - loadTemplate('admin_settings_saved', false, getMaskedMessage('EXTENSION_WARNING_EXT_INACTIVE', 'task')); - } - - // List selected tasks on overview when task management is not active - outputSeletectedTasks(postRequestArray(), $result_tasks); -} - -// [EOF] +// @DEPRECATED ?>