]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15112 lesson dml conversion
authorjerome <jerome>
Wed, 11 Jun 2008 05:39:52 +0000 (05:39 +0000)
committerjerome <jerome>
Wed, 11 Jun 2008 05:39:52 +0000 (05:39 +0000)
mod/lesson/tabs.php

index c24f00a6d40969a9bd5aefc33654a974e14038a2..eb98cfd4b36c77fadcdf284ee7324094640f3dd4 100644 (file)
@@ -10,7 +10,7 @@
 */
 
 /// This file to be included so we can assume config.php has already been included.
-
+    global $DB;
     if (empty($lesson)) {
         print_error('You cannot call this script in that way');
     }