Browse Source

coder

pull/482/head
Alan Stanley 11 years ago
parent
commit
f3a4ea9ae4
  1. 5
      islandora.module

5
islandora.module

@ -1852,7 +1852,7 @@ function islandora_repair_drupal_filter() {
}
}
/**
/**
* Implements hook_islandora_metadata_display_info().
*/
function islandora_islandora_metadata_display_info() {
@ -1892,13 +1892,14 @@ function islandora_islandora_datastream_access($op, AbstractDatastream $datastre
return $result;
}
/**
/**
* Access for submenu items.
*
* @param string $package_name
* Name of the package
*
* @return bool
* Access granted
*/
function islandora_find_package($package_name) {
$results = system_get_info('module');

Loading…
Cancel
Save