[Koha-cvs] koha/misc/sql-datas/en/mandatory 06_userflags.sql

Ryan Higgins rch at liblime.com
Sat Mar 10 00:53:23 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Ryan Higgins <rych>	07/03/09 23:53:23

Modified files:
	misc/sql-datas/en/mandatory: 06_userflags.sql 

Log message:
	fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/sql-datas/en/mandatory/06_userflags.sql?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: 06_userflags.sql
===================================================================
RCS file: /sources/koha/koha/misc/sql-datas/en/mandatory/06_userflags.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- 06_userflags.sql	9 Mar 2007 22:03:13 -0000	1.3
+++ 06_userflags.sql	9 Mar 2007 23:53:23 -0000	1.4
@@ -1,16 +1,16 @@
-INSERT INTO `systempreferences` VALUES(0,'superlibrarian','Access to all librarian functions',0);
-INSERT INTO `systempreferences` VALUES(1,'circulate','Circulate books',0);
-INSERT INTO `systempreferences` VALUES(2,'catalogue','View Catalogue (Librarian Interface)',0);
-INSERT INTO `systempreferences` VALUES(3,'parameters','Set Koha system paramters',0);
-INSERT INTO `systempreferences` VALUES(4,'borrowers','Add or modify borrowers',0);
-INSERT INTO `systempreferences` VALUES(5,'permissions','Set user permissions',0);
-INSERT INTO `systempreferences` VALUES(6,'reserveforothers','Reserve books for patrons',0);
-INSERT INTO `systempreferences` VALUES(7,'borrow','Borrow books',1);
-INSERT INTO `systempreferences` VALUES(9,'editcatalogue','Edit Catalogue (Modify bibliographic/holdings data)',0);
-INSERT INTO `systempreferences` VALUES(10,'updatecharges','Update borrower charges',0);
-INSERT INTO `systempreferences` VALUES(11,'acquisition','Acquisition and/or suggestion management',0);
-INSERT INTO `systempreferences` VALUES(12,'management','Set library management parameters',0);
-INSERT INTO `systempreferences` VALUES(13,'tools','Use tools (export, import, barcodes)',0);
-INSERT INTO `systempreferences` VALUES(14,'editauthorities','allow to edit authorities',0);
-INSERT INTO `systempreferences` VALUES(15,'serials','allow to manage serials subscriptions',0);
-INSERT INTO `systempreferences` VALUES(16,'reports','allow to access to the reports module',0);
+INSERT INTO `userflags` VALUES(0,'superlibrarian','Access to all librarian functions',0);
+INSERT INTO `userflags` VALUES(1,'circulate','Circulate books',0);
+INSERT INTO `userflags` VALUES(2,'catalogue','View Catalogue (Librarian Interface)',0);
+INSERT INTO `userflags` VALUES(3,'parameters','Set Koha system paramters',0);
+INSERT INTO `userflags` VALUES(4,'borrowers','Add or modify borrowers',0);
+INSERT INTO `userflags` VALUES(5,'permissions','Set user permissions',0);
+INSERT INTO `userflags` VALUES(6,'reserveforothers','Reserve books for patrons',0);
+INSERT INTO `userflags` VALUES(7,'borrow','Borrow books',1);
+INSERT INTO `userflags` VALUES(9,'editcatalogue','Edit Catalogue (Modify bibliographic/holdings data)',0);
+INSERT INTO `userflags` VALUES(10,'updatecharges','Update borrower charges',0);
+INSERT INTO `userflags` VALUES(11,'acquisition','Acquisition and/or suggestion management',0);
+INSERT INTO `userflags` VALUES(12,'management','Set library management parameters',0);
+INSERT INTO `userflags` VALUES(13,'tools','Use tools (export, import, barcodes)',0);
+INSERT INTO `userflags` VALUES(14,'editauthorities','allow to edit authorities',0);
+INSERT INTO `userflags` VALUES(15,'serials','allow to manage serials subscriptions',0);
+INSERT INTO `userflags` VALUES(16,'reports','allow to access to the reports module',0);





More information about the Koha-cvs mailing list