[Koha-cvs] CVS: koha/maint catmaintain.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 12:05:54 CEST 2002


Update of /cvsroot/koha/koha/maint
In directory usw-pr-cvs1:/tmp/cvs-serv28104/maint

Modified Files:
	catmaintain.pl 
Log Message:
Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.


Index: catmaintain.pl
===================================================================
RCS file: /cvsroot/koha/koha/maint/catmaintain.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** catmaintain.pl	14 Aug 2002 18:12:53 -0000	1.4
--- catmaintain.pl	5 Oct 2002 10:05:52 -0000	1.5
***************
*** 26,30 ****
  use CGI;
  use C4::Output;
- use C4::Database;
  use C4::Maintainance;
  
--- 26,29 ----





More information about the Koha-cvs mailing list