From f5d7298dc09f32161d969ad0750ec7b8f6429af8 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 16 Jul 2010 09:37:01 +0000 Subject: [PATCH] MDL-23204 fixed course section format upgrade --- lib/db/upgrade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 5cecf0b619c..1a2bb8d14d2 100644 --- 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); } + $DB->set_field('course_sections', 'summaryformat', 1, array()); // originally treated as HTML + /// Main savepoint reached upgrade_main_savepoint(true, 2010052700); } -- 2.43.0