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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +2 lines)
Lines 874-878 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
874
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
874
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
875
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
875
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
876
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
876
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
877
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea')
877
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea'),
878
;
878
;

Return to bug 28530