Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 16 Oct 2012 09:41:03 +0000 (05:41 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 24 Oct 2012 15:52:40 +0000 (17:52 +0200)
commitbd4303b4d5415bf12579741ae5145021d487eedf
tree15f262f6ba0122984dcac8c5ca739b2f0ea570dc
parent7ee042f12501c1cd92c3b39c9d63c5017c93f2b8
Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN

This patch removes the usage of the database in Koha::Borrower::Files'
BEGIN block. It also removes the export-related declarations, since
they were unused, and unnecessary in a module called in an object-oriented
fashion.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Koha/Borrower/Files.pm