function content_update_1010 in Content Construction Kit (CCK) 5
Prepare smooth D6 upgrade : set a variable showing that indexes for 'nid' were already created in content_update_1009, so that content_update_6004 doesn't attempt to recreate them.
File
- ./
content.install, line 609
Code
function content_update_1010() {
$ret = array();
variable_set('content_update_1009', TRUE);
return $ret;
}