Browse Source

Removed test hook for islandora_pre_purge_object

pull/108/merge
rwincewicz 13 years ago
parent
commit
c86ddaec06
  1. 4
      islandora.module

4
islandora.module

@ -259,10 +259,6 @@ function islandora_purge_object($object_id) {
module_invoke_all('islandora_post_purge_object', $object_id, $content_models); //notify modules post deletion
}
function islandora_islandora_pre_purge_object($object) {
return array();
}
/**
* returns an array listing object types provided by sub modules
* @return array

Loading…
Cancel
Save