From 0f03463b96e3ab7544b15452d6472814b87cfc9f Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 14 Sep 2011 16:29:23 -0300 Subject: [PATCH] removed an root content collection model --- formClass.inc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/formClass.inc b/formClass.inc index c3a3e14e..b94ba544 100644 --- a/formClass.inc +++ b/formClass.inc @@ -233,15 +233,6 @@ class formClass { '#weight' => 3 ); - $form['fedora_content_model_collection_pid'] = array( - '#type' => 'textfield', - '#title' => t('Root Content Model Collection PID'), - '#default_value' => variable_get('fedora_content_model_collection_pid', 'islandora:ContentModelCollection'), - '#description' => t('The PID of the Content Model Collection Object'), - '#required' => TRUE, - '#weight' => 4 - ); - $form['fedora_repository_url'] = array( '#type' => 'textfield', '#title' => t('Fedora RISearch URL'),