koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha mainpage.pl


From: Joshua Ferraro
Subject: [Koha-cvs] koha mainpage.pl
Date: Tue, 20 Mar 2007 01:02:33 +0000

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,
     }
 );
 




reply via email to

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