From 914d66434735e47ec9a0fc94135c036438322cf4 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Thu, 24 Oct 2002 20:55:01 +0000 Subject: [PATCH] Added use C4::Database for configfile() routine --- C4/Print.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/C4/Print.pm b/C4/Print.pm index cf793021c8..f419a2236b 100644 --- a/C4/Print.pm +++ b/C4/Print.pm @@ -22,6 +22,10 @@ use strict; require Exporter; #use C4::InterfaceCDK; +# Database is only used for configfile, remove this once Context.pm is used +use C4::Database; + + use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -- 2.39.5