[Koha-bugs] [Bug 16365] Selectively introduce GetMarcStructure() "unsafe" variant for better performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 28 11:43:17 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16365

--- Comment #16 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Did not touch:
catalogue/MARCdetail.pl:my $tagslib = &GetMarcStructure(1,$frameworkcode);
catalogue/getitem-ajax.pl:    my $acq_fw = GetMarcStructure(1, 'ACQ');
catalogue/labeledMARCdetail.pl:my $tagslib =
GetMarcStructure(1,$frameworkcode);
cataloguing/addbiblio.pl:$tagslib         = &GetMarcStructure( 1,
$frameworkcode
cataloguing/additem.pl:my $tagslib = &GetMarcStructure(1,$frameworkcode);
cataloguing/merge.pl:        my $tagslib = GetMarcStructure(1, $framework);
cataloguing/merge_ajax.pl:my $tagslib = GetMarcStructure(1, $framework);
circ/branchoverdues.pl:my $tagslib = &GetMarcStructure(1,'');
misc/batchDeleteUnusedSubfields.pl:my $tags = GetMarcStructure(1);
opac/opac-MARCdetail.pl:my $tagslib      = &GetMarcStructure( 0, $itemtype );
svc/cataloguing/framework:my $tagslib = GetMarcStructure( 1, $frameworkcode );
t/db_dependent/Biblio.t:    my $tagslib = GetMarcStructure();
tools/batchMod.pl:our $tagslib = &GetMarcStructure(1);

For another report.

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


More information about the Koha-bugs mailing list