function revisioning_update_7107 in Revisioning 7
To avoid problems when Revisioning is installed with Diff and Workbench too. See [#2142429].
File
- ./
revisioning.install, line 86 - Install and uninstall hooks for Revisioning module.
Code
function revisioning_update_7107() {
db_update('system')
->fields(array(
'weight' => '6',
))
->condition('name', 'revisioning')
->execute();
}