Browse Source

Merge changes from master

pull/105/head
Alexander O'Neill 14 years ago
parent
commit
e48e362d05
  1. 3
      formClass.inc

3
formClass.inc

@ -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(

Loading…
Cancel
Save