function fieldgroup_update_6000 in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 modules/fieldgroup/fieldgroup.install \fieldgroup_update_6000()
- 6.2 modules/fieldgroup/fieldgroup.install \fieldgroup_update_6000()
Placeholder update to set newly installed versions to the latest update number.
File
- modules/
fieldgroup/ fieldgroup.install, line 77
Code
function fieldgroup_update_6000() {
$ret = array();
return $ret;
}