Bugzilla – Attachment #27925: a follow-up to fix a missing print for
bug #12174
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 12174
Collapse All
|
Expand All
(-)
a/opac/opac-export.pl (-1 / +1 lines)
Lines 102-105 else {
Link Here
102
-charset=>'utf-8',
102
-charset=>'utf-8',
103
-attachment=>"bib-$biblionumber.$format");
103
-attachment=>"bib-$biblionumber.$format");
104
}
104
}
105
print $marc;
105
}
106
}
106
-
Return to
bug 12174