]> git.mjollnir.org Git - moodle.git/commitdiff
lib.php renamed to locallib.php
authorethem <ethem>
Wed, 12 Apr 2006 09:13:20 +0000 (09:13 +0000)
committerethem <ethem>
Wed, 12 Apr 2006 09:13:20 +0000 (09:13 +0000)
enrol/authorize/index.php
enrol/authorize/locallib.php [moved from enrol/authorize/lib.php with 100% similarity]

index 5949fe6acca532700d263d29496223e9afbf12ff..14a263a6e8edd1259b9955c3778fa5f8b114c050 100644 (file)
@@ -2,7 +2,7 @@
 
 /// Load libraries
     require_once '../../config.php';
-    require_once 'lib.php';
+    require_once 'locallib.php';
 
 /// Get site
     if (! $site = get_site()) {