1 |
INSERT INTO systempreferences ( variable, value, options, explanation,type ) VALUES |
1 |
INSERT INTO systempreferences ( variable, value, options, explanation,type ) VALUES |
2 |
('OPACEnhancedMessagingPreferences', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo') |
2 |
('OPACEnhancedMessagingPreferences', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo') ON DUPLICATE KEY UPDATE value ='1'; |
3 |
; |
3 |
INSERT INTO systempreferences ( variable, value, options, explanation,type ) VALUES |
|
|
4 |
('EnhancedMessagingPreferences', '1', NULL, 'If ON, allows patrons to select to receive additional messages about items due or nearly due.', 'YesNo') ON DUPLICATE KEY UPDATE value ='1'; |