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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 326-332 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
326
('MaxTotalSuggestions','',NULL,'Number of total suggestions used for time limit with NumberOfSuggestionDays','Free'),
326
('MaxTotalSuggestions','',NULL,'Number of total suggestions used for time limit with NumberOfSuggestionDays','Free'),
327
('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'),
327
('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'),
328
('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'),
328
('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'),
329
('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'),
329
('minPasswordLength','8',NULL,'Specify the minimum length of a patron/staff password','free'),
330
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''),
330
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''),
331
('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'),
331
('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'),
332
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
332
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
333
- 

Return to bug 18308