View | Details | Raw Unified | Return to bug 7317
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/ill_tables.sql (-2 / +1 lines)
Lines 49-52 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) V Link Here
49
-- Userflags
49
-- Userflags
50
50
51
INSERT INTO userflags (bit,flag,flagdesc,defaulton)
51
INSERT INTO userflags (bit,flag,flagdesc,defaulton)
52
VALUES (21,'ill','The Interlibrary Loans Module',0);
52
VALUES (22,'ill','The Interlibrary Loans Module',0);
53
- 

Return to bug 7317