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

(-)a/installer/data/mysql/sysprefs.sql (-2 lines)
Lines 449-452 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
449
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
449
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
450
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo')
450
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo')
451
;
451
;
452
INSERT INTO systempreferences (variable,value) VALUES);
453
- 

Return to bug 12296