|
|
|
@ -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'); |
|
|
|
|