Removed tiny amount of unncessary code I added as part of the my moodle block stuff yesterday

This commit is contained in:
mjollnir_
2005-08-16 23:17:56 +00:00
parent f41ef63ee6
commit 5d3715d492
+1 -2
View File
@@ -411,8 +411,7 @@ class block_base {
*/
function applicable_formats() {
// Default case: the block can be used in courses and site index, but not in activities
require_once($GLOBALS['CFG']->dirroot.'/my/pagelib.php');
return array('all' => true, 'mod' => false, MY_MOODLE_FORMAT => true);
return array('all' => true, 'mod' => false);
}