From 7c4b2fb3c28d98dfc73b4f744e5f778b322110da Mon Sep 17 00:00:00 2001 From: ikawhero Date: Wed, 15 Mar 2006 06:38:28 +0000 Subject: [PATCH] Removed redundant if statement --- admin/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/admin/index.php b/admin/index.php index dd5d9994b3..7f2f33b990 100644 --- a/admin/index.php +++ b/admin/index.php @@ -433,10 +433,8 @@ '
'.get_string('adminhelpsitefiles').'
'); $table->data[] = array(''.get_string('stickyblocks','admin').'', '
'.get_string('adminhelpstickyblocks').'
'); - if (!empty($CFG->enablestats)) { - $table->data[] = array(''.get_string('reports').'', - '
'.get_string('adminhelpreports').'
'); - } + $table->data[] = array(''.get_string('reports').'', + '
'.get_string('adminhelpreports').'
'); $table->data[] = array(''.get_string('environment','admin').'', '
'.get_string('adminhelpenvironment').'
'); -- 2.39.5