[Koha-cvs] CVS: koha/marc viewmarc.pl,1.2.2.2,1.2.2.3

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


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

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


Index: viewmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/marc/Attic/viewmarc.pl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** viewmarc.pl	9 Dec 2002 21:05:02 -0000	1.2.2.2
--- viewmarc.pl	10 Dec 2002 06:22:08 -0000	1.2.2.3
***************
*** 10,13 ****
--- 10,14 ----
  
  use C4::Database;
+ use C4::Auth;
  use CGI;
  use strict;





More information about the Koha-cvs mailing list