You are here

function cck_select_other_content_migrate_instance_alter in CCK Select Other 7.2

Same name and namespace in other branches
  1. 7 cck_select_other.module \cck_select_other_content_migrate_instance_alter()

Implementation of hook_content_migrate_instance_alter().

File

./cck_select_other.module, line 353
Implements a select list widget that lets a user provide an alternate option.

Code

function cck_select_other_content_migrate_instance_alter(&$instance_value) {
  if ($instance_value['widget']['module'] == 'cck_select_other') {

    // Yay! We actually don't need to do anything. But I'm going to call this anyway.
  }
}