]> git.mjollnir.org Git - moodle.git/commitdiff
removed unused $varprefix
authorskodak <skodak>
Thu, 17 May 2007 14:05:36 +0000 (14:05 +0000)
committerskodak <skodak>
Thu, 17 May 2007 14:05:36 +0000 (14:05 +0000)
lib/eventslib.php

index c32bdc3fb68996f5cf18a56e6d17cd08c359c9b9..b0cb1e8934dc4c26db728c26dd8b425921c625a4 100755 (executable)
@@ -20,7 +20,7 @@ function events_load_def($component) {
 
     if ($component == 'moodle') {
         $defpath = $CFG->libdir.'/db/events.php';
-        $varprefix = 'moodle';
+
     } else {
         $compparts = explode('/', $component);