Bugzilla – Attachment #42608: Bug 14245: (QA followup) already global for
bug #14245
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 14245
Collapse All
|
Expand All
(-)
a/C4/Ris.pm (-3 lines)
Lines 94-101 C<$record> - a MARC::Record object
Link Here
94
94
95
=cut
95
=cut
96
96
97
my $intype;
98
99
sub marc2ris {
97
sub marc2ris {
100
my ($record) = @_;
98
my ($record) = @_;
101
my $output;
99
my $output;
102
-
Return to
bug 14245