Lines 19-24
INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
Link Here
|
19 |
(20, 'lists', 'Lists', 0), |
19 |
(20, 'lists', 'Lists', 0), |
20 |
(21, 'clubs', 'Patron clubs', '0'), |
20 |
(21, 'clubs', 'Patron clubs', '0'), |
21 |
(22,'ill','The Interlibrary Loans Module',0), |
21 |
(22,'ill','The Interlibrary Loans Module',0), |
22 |
(23,'self_check','Self check modules',0) |
22 |
(23,'self_check','Self check modules',0), |
23 |
(24, 'stockrotation', 'Manage stockrotation operations', 0) |
23 |
(24, 'stockrotation', 'Manage stockrotation operations', 0) |
24 |
; |
24 |
; |
25 |
- |
|
|