From 6c08d357f09ac059b3fe602cc84ae35d6df219b2 Mon Sep 17 00:00:00 2001 From: Zeno Tajoli Date: Sat, 3 May 2014 11:53:33 +0200 Subject: [PATCH 2/2] [BUG 12174] follow-up of the patch (a missing print statement) --- opac/opac-export.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-export.pl b/opac/opac-export.pl index 8d76a1c..64c758a 100755 --- a/opac/opac-export.pl +++ b/opac/opac-export.pl @@ -102,4 +102,5 @@ else { -charset=>'utf-8', -attachment=>"bib-$biblionumber.$format"); } + print $marc; } -- 1.8.1.msysgit.1