[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha mainpage.pl,1.8,1.9
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha mainpage.pl,1.8,1.9 |
Date: |
Mon, 22 Dec 2003 06:54:56 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv28680
Modified Files:
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.9
diff -C2 -r1.8 -r1.9
*** mainpage.pl 3 May 2003 03:06:01 -0000 1.8
--- mainpage.pl 22 Dec 2003 14:54:53 -0000 1.9
***************
*** 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,
});
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha mainpage.pl,1.8,1.9,
Paul POULAIN <=