koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.6,1.3.2.7
Date: Thu, 24 Oct 2002 13:55:04 -0700

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);
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]