Lines 294-299
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
294 |
('LinkerModule','Default','Default|FirstMatch|LastMatch','Chooses which linker module to use (see documentation).','Choice'), |
294 |
('LinkerModule','Default','Default|FirstMatch|LastMatch','Chooses which linker module to use (see documentation).','Choice'), |
295 |
('LinkerOptions','','','A pipe-separated list of options for the linker.','free'), |
295 |
('LinkerOptions','','','A pipe-separated list of options for the linker.','free'), |
296 |
('LinkerRelink','1',NULL,'If ON the authority linker will relink headings that have previously been linked every time it runs.','YesNo'), |
296 |
('LinkerRelink','1',NULL,'If ON the authority linker will relink headings that have previously been linked every time it runs.','YesNo'), |
|
|
297 |
('ListOwnershipUponPatronDeletion', 'delete', 'delete|transfer', 'When deleting a patron who owns public lists, either delete the public lists or transfer ownership to the patron who deleted the owner', 'Choice'), |
297 |
('LoadSearchHistoryToTheFirstLoggedUser', '1', NULL, 'If ON, the next user will automatically get the last searches in his history', 'YesNo'), |
298 |
('LoadSearchHistoryToTheFirstLoggedUser', '1', NULL, 'If ON, the next user will automatically get the last searches in his history', 'YesNo'), |
298 |
('LocalCoverImages','0','1','Display local cover images on intranet details pages.','YesNo'), |
299 |
('LocalCoverImages','0','1','Display local cover images on intranet details pages.','YesNo'), |
299 |
('LocalHoldsPriority', '0', NULL, 'Enables the LocalHoldsPriority feature', 'YesNo'), |
300 |
('LocalHoldsPriority', '0', NULL, 'Enables the LocalHoldsPriority feature', 'YesNo'), |
300 |
- |
|
|