[Koha-cvs] CVS: koha/C4 Print.pm,1.10,1.11

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 11:52:04 CEST 2002


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

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


Index: Print.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Print.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Print.pm	23 Sep 2002 13:54:54 -0000	1.10
--- Print.pm	5 Oct 2002 09:52:02 -0000	1.11
***************
*** 139,142 ****
--- 139,143 ----
  =cut
  #'
+ # FIXME - There's also a &printslip in circ/circulation.pl
  sub printslip {
    my($env, $slip)=@_;





More information about the Koha-cvs mailing list