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:
fb1d038
)
MDL-19125 upgrade: Fixed typo
author
Sam Hemelryk
<sam@moodle.com>
Sun, 18 Mar 2012 22:01:50 +0000
(11:01 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Sun, 18 Mar 2012 22:01:50 +0000
(11:01 +1300)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
c6eaae7
..
dedb1bf
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-285,7
+285,7
@@
function xmldb_main_upgrade($oldversion) {
// Define field retrictmodules to be dropped from course
$table = new xmldb_table('course');
- $field = new xmldb_field('retrictmodules');
+ $field = new xmldb_field('re
s
trictmodules');
// Conditionally launch drop field requested
if ($dbman->field_exists($table, $field)) {