From e34e4614ddf4a314eb707cc59cc0c2444f203d1c Mon Sep 17 00:00:00 2001 From: Nelson Hart Date: Tue, 4 Jun 2013 12:23:35 -0300 Subject: [PATCH] clean up --- islandora.module | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/islandora.module b/islandora.module index 4298f128..8e504f2e 100644 --- a/islandora.module +++ b/islandora.module @@ -1129,10 +1129,8 @@ function islandora_file_mimetype_mapping_alter(&$mapping) { /** * A callback to get the root collection label. - * - * * @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() { $root = variable_get('islandora_repository_pid', 'islandora:root');