koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/sec writeoff.pl,1.3.2.1,1.3.2.2
Date: Mon, 09 Dec 2002 22:22:11 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]