From: jerome Date: Wed, 11 Jun 2008 05:39:52 +0000 (+0000) Subject: MDL-15112 lesson dml conversion X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=667b0a160180145c34c53b5f5e95eaff6773ad44;p=moodle.git MDL-15112 lesson dml conversion --- diff --git a/mod/lesson/tabs.php b/mod/lesson/tabs.php index c24f00a6d4..eb98cfd4b3 100644 --- a/mod/lesson/tabs.php +++ b/mod/lesson/tabs.php @@ -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'); }