From 5ea41d873eb1a800df683c5b2544cfc0948fdc61 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Thu, 4 May 2017 16:25:28 +0200 Subject: [PATCH] Bug 7317: Followup: Update atomicupdate file. * installer/data/mysql/atomicupdate/ill_tables.sql: Set ILL permission id to 22. --- installer/data/mysql/atomicupdate/ill_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/ill_tables.sql b/installer/data/mysql/atomicupdate/ill_tables.sql index a2b9701022..25312d1507 100644 --- a/installer/data/mysql/atomicupdate/ill_tables.sql +++ b/installer/data/mysql/atomicupdate/ill_tables.sql @@ -49,4 +49,4 @@ INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) V -- Userflags INSERT INTO userflags (bit,flag,flagdesc,defaulton) -VALUES (21,'ill','The Interlibrary Loans Module',0); +VALUES (22,'ill','The Interlibrary Loans Module',0); -- 2.11.0