projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a88bce
)
Restoring one deleted by error }. Grrr.
author
stronk7
<stronk7>
Wed, 31 Jan 2007 18:46:14 +0000
(18:46 +0000)
committer
stronk7
<stronk7>
Wed, 31 Jan 2007 18:46:14 +0000
(18:46 +0000)
Merged from MOODLE_17_STABLE
mod/lesson/db/upgrade.php
patch
|
blob
|
history
diff --git
a/mod/lesson/db/upgrade.php
b/mod/lesson/db/upgrade.php
index 3de3838d735b47bae5d6fab97d23ecc847bb44ee..0c75364e9afa0983732c3be87c0de761f0c2b410 100644
(file)
--- a/
mod/lesson/db/upgrade.php
+++ b/
mod/lesson/db/upgrade.php
@@
-32,6
+32,7
@@
function xmldb_lesson_upgrade($oldversion=0) {
/// Launch change of nullability for field response
$result = $result && change_field_notnull($table, $field);
+ }
return $result;
}