You are here

function fieldgroup_update_6006 in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 6.2 modules/fieldgroup/fieldgroup.install \fieldgroup_update_6006()

Removed a previous version of "Remove orphaned fields" (6007), broken for db prefixes.

File

modules/fieldgroup/fieldgroup.install, line 305
Implementation of hook_install().

Code

function fieldgroup_update_6006() {
  return array();
}