From: ikawhero Date: Wed, 15 Mar 2006 06:38:28 +0000 (+0000) Subject: Removed redundant if statement X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c4b2fb3c28d98dfc73b4f744e5f778b322110da;p=moodle.git Removed redundant if statement --- 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').'
');