You are here

function text_update_6003 in Content Construction Kit (CCK) 6.2

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

File

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

Code

function text_update_6003(&$sandbox) {
  return text_update_6001($sandbox);
}