koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha mainpage.pl,1.8,1.8.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha mainpage.pl,1.8,1.8.2.1
Date: Mon, 22 Dec 2003 06:53:58 -0800

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

Modified Files:
      Tag: rel_2_0
        mainpage.pl 
Log Message:
fix for #646 (logging with low rights librarian code)

Index: mainpage.pl
===================================================================
RCS file: /cvsroot/koha/koha/mainpage.pl,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** mainpage.pl 3 May 2003 03:06:01 -0000       1.8
--- mainpage.pl 22 Dec 2003 14:53:55 -0000      1.8.2.1
***************
*** 15,19 ****
                             type => "intranet",
                             authnotrequired => 0,
!                            flagsrequired => {parameters => 1},
                             debug => 1,
                             });
--- 15,23 ----
                             type => "intranet",
                             authnotrequired => 0,
!                            flagsrequired => {catalogue => 1, circulate => 1,
!                                                       parameters => 1, 
borrowers => 1,
!                                                       permissions =>1, 
reserveforothers=>1,
!                                                       borrow => 1, 
reserveforself => 1,
!                                                       editcatalogue => 1, 
updatecharges => 1, },
                             debug => 1,
                             });




reply via email to

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