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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 236-242 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
236
('MaxItemsToDisplayForBatchDel','1000',NULL,'Display up to a given number of items in a single item deletionbatch.','Integer'),
236
('MaxItemsToDisplayForBatchDel','1000',NULL,'Display up to a given number of items in a single item deletionbatch.','Integer'),
237
('MaxItemsToProcessForBatchMod','1000',NULL,'Process up to a given number of items in a single item modification batch.','Integer'),
237
('MaxItemsToProcessForBatchMod','1000',NULL,'Process up to a given number of items in a single item modification batch.','Integer'),
238
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
238
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
239
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer')
239
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer'),
240
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
240
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
241
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
241
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
242
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
242
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
243
- 

Return to bug 16920