koha-cvs
[Top][All Lists]
Advanced

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

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/marc viewmarc.pl,1.2.2.2,1.2.2.3
Date: Mon, 09 Dec 2002 22:22:11 -0800

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;




reply via email to

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