Lines 90-95
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
90 |
('CoceProviders', NULL, 'aws,gb,ol', 'Coce providers', 'multiple'), |
90 |
('CoceProviders', NULL, 'aws,gb,ol', 'Coce providers', 'multiple'), |
91 |
('COinSinOPACResults','1','','If ON, use COinS in OPAC search results page. NOTE: this can slow down search response time significantly','YesNo'), |
91 |
('COinSinOPACResults','1','','If ON, use COinS in OPAC search results page. NOTE: this can slow down search response time significantly','YesNo'), |
92 |
('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'), |
92 |
('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'), |
|
|
93 |
('CronjobLog','0',NULL,'If ON, log information from cron jobs.','YesNo'), |
93 |
('CurrencyFormat','US','US|FR','Determines the display format of currencies. eg: \'36000\' is displayed as \'360 000,00\' in \'FR\' or \'360,000.00\' in \'US\'.','Choice'), |
94 |
('CurrencyFormat','US','US|FR','Determines the display format of currencies. eg: \'36000\' is displayed as \'360 000,00\' in \'FR\' or \'360,000.00\' in \'US\'.','Choice'), |
94 |
('dateformat','us','metric|us|iso','Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd)','Choice'), |
95 |
('dateformat','us','metric|us|iso','Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd)','Choice'), |
95 |
('DebugLevel','2','0|1|2','Define the level of debugging information sent to the browser when errors are encountered (set to 0 in production). 0=none, 1=some, 2=most','Choice'), |
96 |
('DebugLevel','2','0|1|2','Define the level of debugging information sent to the browser when errors are encountered (set to 0 in production). 0=none, 1=some, 2=most','Choice'), |