You are here

function cms_content_sync_update_8008 in CMS Content Sync 2.1.x

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

Merge error: Ignore update hook.

File

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

Code

function cms_content_sync_update_8008(&$sandbox) {
  return 'Done';
}