Browse Source

ISLANDORA-171 Code cleanup

pull/105/head
Alexander O'Neill 14 years ago
parent
commit
146b5f979c
  1. 2
      CollectionClass.inc

2
CollectionClass.inc

@ -430,7 +430,7 @@ class CollectionClass {
$tabset['view_tab'] = array(
// $collection_fieldset = array (
'#type' => 'tabpage',
'#title' => t($this->pid),
'#title' => 'View',
'#content' => $collection_items
);
$tabset['add_tab'] = array(

Loading…
Cancel
Save