Hi all -
I've been working on the display order for metadata fields in items/show.php & have run into a curious problem.
<?php echo item('Dublin Core', 'Subject'); ?>
works without any issues.
<?php echo item('Dublin Core', 'Subject', array('all'=>'true')); ?>
doesn't work. The returned value is "Array".
The second example is cribbed directly (with a field value change) from http://omeka.org/codex/Theme_API/item.
Has anyone else encountered this problem?
Cheers,
Bridger

