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:
b8091a0
)
MDL-23204 fixed course section format upgrade
author
Petr Skoda
<skodak@moodle.org>
Fri, 16 Jul 2010 09:37:01 +0000
(09:37 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Fri, 16 Jul 2010 09:37:01 +0000
(09:37 +0000)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
5cecf0b
..
1a2bb8d
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-3781,6
+3781,8
@@
WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL");
$dbman->add_field($table, $field);
}
$dbman->add_field($table, $field);
}
+ $DB->set_field('course_sections', 'summaryformat', 1, array()); // originally treated as HTML
+
/// Main savepoint reached
upgrade_main_savepoint(true, 2010052700);
}
/// Main savepoint reached
upgrade_main_savepoint(true, 2010052700);
}