Skip to content

Commit

Permalink
MDL-15156 add in missing upgrade_main_savepoint()
Browse files Browse the repository at this point in the history
  • Loading branch information
cataluke committed Jun 16, 2008
1 parent 895dc1b commit c918a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db/upgrade.php
Expand Up @@ -3020,6 +3020,7 @@ function xmldb_main_upgrade($oldversion=0) {
$field = new XMLDBField('sortorder'); $field = new XMLDBField('sortorder');
$field->setAttributes(XMLDB_TYPE_INTEGER, '10', true, true, null, false, false, 0); $field->setAttributes(XMLDB_TYPE_INTEGER, '10', true, true, null, false, false, 0);
$result = change_field_precision($table, $field); $result = change_field_precision($table, $field);
upgrade_main_savepoint($result, 2007101514);
} }


return $result; return $result;
Expand Down

0 comments on commit c918a27

Please sign in to comment.