[Koha-cvs] CVS: koha/misc tidyaccounts.pl,1.2,1.3

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 12:16:37 CEST 2002


Update of /cvsroot/koha/koha/misc
In directory usw-pr-cvs1:/tmp/cvs-serv31730/misc

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


Index: tidyaccounts.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/tidyaccounts.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** tidyaccounts.pl	14 Aug 2002 18:12:54 -0000	1.2
--- tidyaccounts.pl	5 Oct 2002 10:16:34 -0000	1.3
***************
*** 23,27 ****
  
  use strict;
- use C4::Database;
  use CGI;
  use C4::Accounts2;
--- 23,26 ----





More information about the Koha-cvs mailing list