Merged the removale of unneccessary includes

This commit is contained in:
moodler 2008-02-18 02:12:59 +00:00
parent c42b6f7dd3
commit c50e6a74df

View file

@ -1,8 +1,5 @@
<?PHP //$Id$ <?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 { class block_search_forums extends block_base {
function init() { function init() {
$this->title = get_string('blocktitle', 'block_search_forums'); $this->title = get_string('blocktitle', 'block_search_forums');