Browse Source

format changes

pull/307/head
Alan Stanley 12 years ago
parent
commit
177aaced86
  1. 2
      includes/utilities.inc

2
includes/utilities.inc

@ -400,7 +400,7 @@ function islandora_get_datastreams_requirements_from_content_model(FedoraObject
$xml = new SimpleXMLElement($object[DS_COMP_STREAM]->content);
foreach ($xml->dsTypeModel as $ds) {
$dsid = (string) $ds['ID'];
$optional = drupal_strtolower((string) $ds['optional']);
$optional = strtolower((string) $ds['optional']);
$mime = array();
foreach ($ds->form as $form) {
$mime[] = (string) $form['MIME'];

Loading…
Cancel
Save