You are here

function optionwidgets_update_6001 in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/optionwidgets/optionwidgets.install \optionwidgets_update_6001()

Update 6000 was possibly broken if it was executed while the modules were still disabled, so we re-run it. Having it run a second time on sites that got updated correctly has no side-effect (see http://drupal.org/node/310873).

File

modules/optionwidgets/optionwidgets.install, line 73
Implementation of hook_install().

Code

function optionwidgets_update_6001() {
  return optionwidgets_update_6000();
}