Browse Source

Fix a tiny error introduced...

pull/99/head
Adam Vessey 13 years ago
parent
commit
7ad0b140ab
  1. 2
      formClass.inc

2
formClass.inc

@ -288,7 +288,7 @@ class formClass {
$form['fedora_repository_title'] = array( $form['fedora_repository_title'] = array(
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Digital Repository Title'), '#title' => t('Digital Repository Title'),
'#default_value' => variable_get('fedora_repository_name', 'Digital Repository'), '#default_value' => variable_get('fedora_repository_title', 'Digital Repository'),
'#description' => t('The title displayed when viewing collections and objects in /fedora/repository. Leave blank to display no title. Note that the menus must be rebuilt after changing this variable.'), '#description' => t('The title displayed when viewing collections and objects in /fedora/repository. Leave blank to display no title. Note that the menus must be rebuilt after changing this variable.'),
); );
//have tabs options (like disable) //have tabs options (like disable)

Loading…
Cancel
Save