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

Loading…
Cancel
Save