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

(-)a/installer/data/mysql/atomicupdate/bug_5979-add_opacisbd_syspref.sql (-2 / +1 lines)
Line 1 Link Here
1
INSERT INTO `systempreferences` (variable,value,options,explanation,type)  SELECT 'OPACISBD', value, '70|10', 'Allows to define ISBD view in OPAC', 'Textarea' FROM `systempreferences` WHERE variable = 'ISBD';
1
INSERT IGNORE INTO `systempreferences` (variable,value,options,explanation,type)  SELECT 'OPACISBD', value, '70|10', 'Allows to define ISBD view in OPAC', 'Textarea' FROM `systempreferences` WHERE variable = 'ISBD';
2
- 

Return to bug 5979