From 667b0a160180145c34c53b5f5e95eaff6773ad44 Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 11 Jun 2008 05:39:52 +0000 Subject: [PATCH] MDL-15112 lesson dml conversion --- mod/lesson/tabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5