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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 268-274 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
268
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
268
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
269
('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'),
269
('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'),
270
('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'),
270
('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'),
271
('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'),
271
('minPasswordLength','8',NULL,'Specify the minimum length of a patron/staff password','free'),
272
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''),
272
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''),
273
('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'),
273
('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'),
274
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
274
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
275
- 

Return to bug 18308