|
|
@ -72,6 +72,4 @@ function islandora_collection_migrate_form_submit($form, &$form_state) { |
|
|
|
$fedora_object->relationships->remove(FEDORA_RELS_EXT_URI, 'isMemberOfCollection', $current); |
|
|
|
$fedora_object->relationships->remove(FEDORA_RELS_EXT_URI, 'isMemberOfCollection', $current); |
|
|
|
$fedora_object->relationships->add(FEDORA_RELS_EXT_URI, 'isMemberOfCollection', $new_collection); |
|
|
|
$fedora_object->relationships->add(FEDORA_RELS_EXT_URI, 'isMemberOfCollection', $new_collection); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
drupal_set_message("@count objects successfully migrated!", array('@count' => count($pids))); |
|
|
|
|
|
|
|
} |
|
|
|
} |