Skip to content

Commit

Permalink
Merge branch 'MDL-28185_m21' of git://github.com/stronk7/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_21_STABLE
  • Loading branch information
stronk7 committed Jul 5, 2011
2 parents f404343 + f863214 commit d396a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/upgrade.php
Expand Up @@ -1854,7 +1854,7 @@ function xmldb_main_upgrade($oldversion) {
WHERE ctx.id = bi.contextid)
ELSE bi.pagetypepattern END,
CASE WHEN bi.subpagepattern IS NULL
THEN ''
THEN '" . $DB->sql_empty() . "'
ELSE bi.subpagepattern END,
0, bi.defaultregion, bi.defaultweight
FROM {block_instances} bi
Expand Down

0 comments on commit d396a03

Please sign in to comment.