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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 219-226 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
219
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
219
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
220
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
220
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
221
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
221
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
222
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
223
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
222
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
223
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
224
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
224
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
225
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
225
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
226
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
226
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
227
- 

Return to bug 18837