[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3.2.5,1.3.2.6

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Dec 10 07:22:10 CET 2002


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv5702/circ

Modified Files:
      Tag: rel-1-2
	selectbranchprinter.pl 
Log Message:
Missed "use C4::Auth;" line required by checkauth routine...


Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -C2 -r1.3.2.5 -r1.3.2.6
*** selectbranchprinter.pl	9 Dec 2002 21:05:01 -0000	1.3.2.5
--- selectbranchprinter.pl	10 Dec 2002 06:22:08 -0000	1.3.2.6
***************
*** 20,23 ****
--- 20,24 ----
  
  use strict;
+ use C4::Auth;
  use CGI qw/:standard/;
  use C4::Circulation::Circ2;





More information about the Koha-cvs mailing list