[Koha-cvs] CVS: koha/acqui.simple addbookslccn.pl,1.4.2.2,1.4.2.3 viewmarc.pl,1.1.2.2,1.1.2.3

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


Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv5702/acqui.simple

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


Index: addbookslccn.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbookslccn.pl,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -r1.4.2.2 -r1.4.2.3
*** addbookslccn.pl	9 Dec 2002 21:04:57 -0000	1.4.2.2
--- addbookslccn.pl	10 Dec 2002 06:22:08 -0000	1.4.2.3
***************
*** 15,18 ****
--- 15,19 ----
  
  use C4::Database;
+ use C4::Auth;
  use CGI;
  use strict;

Index: viewmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/viewmarc.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** viewmarc.pl	9 Dec 2002 21:04:57 -0000	1.1.2.2
--- viewmarc.pl	10 Dec 2002 06:22:08 -0000	1.1.2.3
***************
*** 10,13 ****
--- 10,14 ----
  
  use C4::Database;
+ use C4::Auth;
  use CGI;
  use strict;





More information about the Koha-cvs mailing list