Removed unnecessary requires as part of MDL-9402

This commit is contained in:
moodler 2007-04-17 09:25:51 +00:00
parent 0adcc16ccf
commit d696377711
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@
// The main difference is that news forum is replaced by LAMS learner
// interface.
require_once($CFG->dirroot.'/mod/forum/lib.php');
require_once($CFG->dirroot.'/mod/lams/constants.php');
require_once($CFG->dirroot.'/lib/weblib.php');

View file

@ -2,8 +2,6 @@
// format.php - course format featuring social forum
// included from view.php
require_once($CFG->dirroot.'/mod/forum/lib.php');
// Bounds for block widths
// more flexible for theme designers taken from theme config.php
$lmin = (empty($THEME->block_l_min_width)) ? 100 : $THEME->block_l_min_width;