koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/export marc.pl,1.4,1.5


From: doXulting
Subject: [Koha-cvs] CVS: koha/export marc.pl,1.4,1.5
Date: Wed, 23 Mar 2005 01:53:24 -0800

Update of /cvsroot/koha/koha/export
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25768/export

Modified Files:
        marc.pl 
Log Message:
Adding a parameter to allow acces to people with management/tools flags

Index: marc.pl
===================================================================
RCS file: /cvsroot/koha/koha/export/marc.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** marc.pl     10 Mar 2004 03:02:43 -0000      1.4
--- marc.pl     23 Mar 2005 09:53:21 -0000      1.5
***************
*** 37,41 ****
                                        type => "intranet",
                                        authnotrequired => 0,
!                                       flagsrequired => {parameters => 1},
                                        debug => 1,
                                        });
--- 37,41 ----
                                        type => "intranet",
                                        authnotrequired => 0,
!                                       flagsrequired => {parameters => 1, 
management => 1, tools => 1},
                                        debug => 1,
                                        });




reply via email to

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