|
|
|
@ -223,7 +223,6 @@ function fedora_repository_ingest_form_validate($form, &$form_state) {
|
|
|
|
|
|
|
|
|
|
function fedora_repository_ingest_form(&$form_state, $collection_pid, $collection_label = NULL, $content_model = NULL) { |
|
|
|
|
module_load_include('inc', 'fedora_repository', 'formClass'); |
|
|
|
|
//$client = getSoapClient(variable_get('fedora_soap_manage_url', 'http://localhost:8080/fedora/services/management?wsdl')); |
|
|
|
|
// For the sake of easily maintaining the module in different core versions create our own form_values variable. |
|
|
|
|
if (empty($form_state['storage']['step'])) { |
|
|
|
|
$form_state['storage']['step'] = 1; |
|
|
|
|