https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16168
--- Comment #3 from Jonathan Druart <[email protected]> --- Comment on attachment 49679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49679 Bug 16168: Eliminate unneeded C4::Context->dbh calls in C4/Biblio.pm Review of attachment 49679: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16168&attachment=49679) ----------------------------------------------------------------- ::: C4/Biblio.pm @@ +2618,4 @@ > > sub TransformMarcToKoha { > my ( $dbh, $record, $frameworkcode, $limit_table ) = @_; > + ## FIXME: $dbh parameter is never used inside this subroutine ??? Do you plan to work on it? Otherwise I will provide a patch. -- 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/
