[Koha-cvs] koha mainpage.pl

Joshua Ferraro jmf at liblime.com
Tue Mar 20 02:02:33 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Joshua Ferraro <kados>	07/03/20 01:02:33

Modified files:
	.              : mainpage.pl 

Log message:
	fixing permissions on mainpage

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/mainpage.pl?cvsroot=koha&r1=1.14&r2=1.15

Patches:
Index: mainpage.pl
===================================================================
RCS file: /sources/koha/koha/mainpage.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- mainpage.pl	9 Mar 2007 20:33:59 -0000	1.14
+++ mainpage.pl	20 Mar 2007 01:02:33 -0000	1.15
@@ -47,18 +47,10 @@
         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,
+        catalogue        => 1,
+        circulate        => 1,
+        borrowers        => 1,
         },
-        debug => 1,
     }
 );
 





More information about the Koha-cvs mailing list