Browse Source

clean up

pull/348/head
Nelson Hart 11 years ago
parent
commit
e34e4614dd
  1. 4
      islandora.module

4
islandora.module

@ -1129,10 +1129,8 @@ function islandora_file_mimetype_mapping_alter(&$mapping) {
/** /**
* A callback to get the root collection label. * A callback to get the root collection label.
*
*
* @return text * @return text
* The object label of the root collection or the fallback * The object label of the root collection or the fallback.
*/ */
function islandora_repository_root_label() { function islandora_repository_root_label() {
$root = variable_get('islandora_repository_pid', 'islandora:root'); $root = variable_get('islandora_repository_pid', 'islandora:root');

Loading…
Cancel
Save