removing extra code

This commit is contained in:
toyomoyo 2007-05-10 03:51:55 +00:00
parent e8565225c9
commit 8df8bbfbd0

View File

@ -37,7 +37,6 @@ function events_load_def($component) {
$defpath = $CFG->dirroot.'/'.$component.'/db/events.php';
}
}
$events = array();
if (file_exists($defpath)) {
require($defpath);