From 0f659c8886181b7e01497809f2169dbdf08e68be Mon Sep 17 00:00:00 2001 From: Daniel Sweeney Date: Wed, 4 Mar 2009 16:53:06 -0600 Subject: [PATCH] Added a require C4::Heading to resolve a circular dependency. --- C4/Biblio.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 5fbcc7a895..b3c0a97e7b 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -32,6 +32,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); -- 2.39.5