Browse Source

Merge branch '7.x' of github.com:Islandora/islandora into 7.x

pull/125/merge
Paul Pound 12 years ago
parent
commit
a099d11007
  1. 2
      islandora_basic_collection/includes/move_collection.inc

2
islandora_basic_collection/includes/move_collection.inc

@ -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)));
} }
Loading…
Cancel
Save