]> git.mjollnir.org Git - moodle.git/commitdiff
removing extra code
authortoyomoyo <toyomoyo>
Thu, 10 May 2007 03:51:55 +0000 (03:51 +0000)
committertoyomoyo <toyomoyo>
Thu, 10 May 2007 03:51:55 +0000 (03:51 +0000)
lib/eventslib.php

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