You are here

function text_update_6002 in Content Construction Kit (CCK) 6.2

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

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

File

modules/text/text.install, line 150
Implementation of hook_install().

Code

function text_update_6002() {
  return text_update_6000();
}