|
|
@ -708,8 +708,7 @@ class formClass { |
|
|
|
'#weight' => '-1', |
|
|
|
'#weight' => '-1', |
|
|
|
'#description' => t('Datastream IDs defined by the content model.'), |
|
|
|
'#description' => t('Datastream IDs defined by the content model.'), |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
$form['stream_id']['#options'] = $dsidsForForm; |
|
|
|
$form['stream_id']['#options'] = array_combine($unused_dsids, $unused_dsids); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
else { |
|
|
|
$form['stream_id'] = array( |
|
|
|
$form['stream_id'] = array( |
|
|
|