Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3983f2d
)
fixed missing global
author
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:05:42 +0000
(13:05 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:05:42 +0000
(13:05 +0000)
mod/lesson/db/upgradelib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lesson/db/upgradelib.php
b/mod/lesson/db/upgradelib.php
index
d0061a7
..
ae64f1f
100644
(file)
--- a/
mod/lesson/db/upgradelib.php
+++ b/
mod/lesson/db/upgradelib.php
@@
-33,7
+33,7
@@
defined('MOODLE_INTERNAL') || die;
* @return void
*/
function lesson_20_migrate_moddata_mixture($courseid, $path) {
- global $CFG, $DB;
+ global $CFG, $DB
, $OUTPUT
;
$fullpathname = "$CFG->dataroot/$courseid".$path;