[Koha-patches] [PATCH] Added a require C4::Heading to resolve a circular dependency.

Daniel Sweeney daniel.sweeney at liblime.com
Wed Mar 4 23:53:06 CET 2009


---
 C4/Biblio.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index 04a967d..572b458 100644
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -30,6 +30,7 @@ use C4::Dates qw/format_date/;
 use C4::Log; # logaction
 use C4::ClassSource;
 use C4::Charset;
+require C4::Heading;
 
 use vars qw($VERSION @ISA @EXPORT);
 
-- 
1.5.5.GIT




More information about the Koha-patches mailing list