]> git.mjollnir.org Git - moodle.git/commitdiff
Merged the removale of unneccessary includes
authormoodler <moodler>
Mon, 18 Feb 2008 02:12:59 +0000 (02:12 +0000)
committermoodler <moodler>
Mon, 18 Feb 2008 02:12:59 +0000 (02:12 +0000)
blocks/search_forums/block_search_forums.php

index a9ad69ad496c522eee0a153ac827f1b568d1265f..ea88e8e482dc6ec220acf11196f7fcc6fdef18a7 100644 (file)
@@ -1,8 +1,5 @@
 <?PHP //$Id$
 
-require_once(dirname(dirname(dirname(__FILE__))).'/config.php');
-require_once($CFG->dirroot.'/mod/forum/lib.php');
-
 class block_search_forums extends block_base {
     function init() {
         $this->title = get_string('blocktitle', 'block_search_forums');