You are here

function cms_content_sync_update_8005 in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 cms_content_sync.install \cms_content_sync_update_8005()
  2. 2.0.x cms_content_sync.install \cms_content_sync_update_8005()

Update the module weight.

File

./cms_content_sync.install, line 522
Install file for cms_content_sync.

Code

function cms_content_sync_update_8005(&$sandbox) {
  _cms_content_sync_set_module_weight();
  return 'Updated module weight to execute hooks after most other modules.';
}