You are here

function fieldgroup_update_6006 in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 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 304
Implementation of hook_install().

Code

function fieldgroup_update_6006() {
  return array();
}