http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642
--- Comment #92 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
