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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 480-486 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
480
('SuspendHoldsIntranet','1','Allow holds to be suspended from the intranet.',NULL,'YesNo'),
480
('SuspendHoldsIntranet','1','Allow holds to be suspended from the intranet.',NULL,'YesNo'),
481
('SuspendHoldsOpac','1','Allow holds to be suspended from the OPAC.',NULL,'YesNo'),
481
('SuspendHoldsOpac','1','Allow holds to be suspended from the OPAC.',NULL,'YesNo'),
482
('SvcMaxReportRows','10',NULL,'Maximum number of rows to return via the report web service.','Integer'),
482
('SvcMaxReportRows','10',NULL,'Maximum number of rows to return via the report web service.','Integer'),
483
('SwitchOnSiteCheckouts','0',NULL,'Automatically switch an on-site checkout to a normal checkout','YesNo');
483
('SwitchOnSiteCheckouts','0',NULL,'Automatically switch an on-site checkout to a normal checkout','YesNo'),
484
('SyndeticsAuthorNotes','0','','Display Notes about the Author on OPAC from Syndetics','YesNo'),
484
('SyndeticsAuthorNotes','0','','Display Notes about the Author on OPAC from Syndetics','YesNo'),
485
('SyndeticsAwards','0','','Display Awards on OPAC from Syndetics','YesNo'),
485
('SyndeticsAwards','0','','Display Awards on OPAC from Syndetics','YesNo'),
486
('SyndeticsClientCode','0','','Client Code for using Syndetics Solutions content','free'),
486
('SyndeticsClientCode','0','','Client Code for using Syndetics Solutions content','free'),
487
- 

Return to bug 17345