[Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.6,1.3.2.7

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Oct 24 22:55:04 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv7392

Modified Files:
      Tag: rel-1-2
	Print.pm 
Log Message:
Added use C4::Database for configfile() routine


Index: Print.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Print.pm,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -C2 -r1.3.2.6 -r1.3.2.7
*** Print.pm	24 Oct 2002 16:20:40 -0000	1.3.2.6
--- Print.pm	24 Oct 2002 20:55:01 -0000	1.3.2.7
***************
*** 23,26 ****
--- 23,30 ----
  #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);
  





More information about the Koha-cvs mailing list