[Koha-cvs] CVS: koha/sec writeoff.pl,1.3.2.1,1.3.2.2

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


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

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


Index: writeoff.pl
===================================================================
RCS file: /cvsroot/koha/koha/sec/writeoff.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** writeoff.pl	9 Dec 2002 21:05:03 -0000	1.3.2.1
--- writeoff.pl	10 Dec 2002 06:22:09 -0000	1.3.2.2
***************
*** 5,8 ****
--- 5,9 ----
  
  use strict;
+ use C4::Auth;
  use CGI;
  use C4::Database;





More information about the Koha-cvs mailing list