[Koha-bugs] [Bug 13642] Adding new features for Dublin Core metadata

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 19 12:19:27 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642

--- Comment #92 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 43548
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43548
Bug 13642 [ENH] Adding new features for Dublin Core metadata

Review of attachment 43548:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13642&attachment=43548)
-----------------------------------------------------------------

::: opac/opac-export.pl
@@ +69,5 @@
>      $format = 'bibtex';
>  }
>  elsif ($format =~ /dc/) {
> +    SWITCH:
> +        for ($recommendation) {

What are the possible values for this variable?

/^simple-dc-rdf/ => why not /^simple-dc-rdf$/ ?

I think this block could be better written with if-elsif blocks.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list