From 670fc5123ac81d98c94a40183afb66c49817aa0f Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 6 Oct 2006 05:28:57 +0000 Subject: [PATCH] MOre fixes to remove erros due to JS --- blocks/admin_tree/block_admin_tree.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/blocks/admin_tree/block_admin_tree.php b/blocks/admin_tree/block_admin_tree.php index 39eddc04c1c..ed2f377d01f 100644 --- a/blocks/admin_tree/block_admin_tree.php +++ b/blocks/admin_tree/block_admin_tree.php @@ -123,7 +123,8 @@ class block_admin_tree extends block_base { if ($this->tempcontent !== '') { $this->content = new stdClass; - $this->content->text = '' . "\n"; $this->content->text .= '
' . "\n"; @@ -178,9 +180,11 @@ class block_admin_tree extends block_base { $this->content->text .= '
' . "\n"; $this->content->text .= '' . "\n"; $searchcontent = isset($CFG->adminsearchquery) ? $CFG->adminsearchquery : '';