[Koha-cvs] CVS: koha/updater updatedatabase,1.101,1.102

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:23:06 CET 2005


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

Modified Files:
	updatedatabase 
Log Message:
Adding 2 flags to separate the rights in the parameter section

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -r1.101 -r1.102
*** updatedatabase	24 Feb 2005 11:28:35 -0000	1.101
--- updatedatabase	23 Mar 2005 09:23:04 -0000	1.102
***************
*** 543,546 ****
--- 543,560 ----
              defaulton           => 0
          },
+         {
+             uniquefieldrequired => 'bit',
+             bit                 => 12,
+             flag                => 'management',
+             flagdesc            => 'Set library management parameters',
+             defaulton           => 0
+         },
+         {
+             uniquefieldrequired => 'bit',
+             bit                 => 13,
+             flag                => 'tools',
+             flagdesc            => 'Use tools (export, import, barcodes)',
+             defaulton           => 0
+         },        
      ],
      systempreferences => [
***************
*** 1401,1404 ****
--- 1415,1421 ----
  
  # $Log$
+ # Revision 1.102  2005/03/23 09:23:04  doxulting
+ # Adding 2 flags to separate the rights in the parameter section
+ #
  # Revision 1.101  2005/02/24 11:28:35  hdl
  # Adding MIME and delimiter support to system preferences





More information about the Koha-cvs mailing list