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

(-)a/installer/data/mysql/atomicupdate/8995_OpenURL_sysprefs.sql (-2 / +1 lines)
Lines 1-4 Link Here
1
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
2
  ('OpenURLResolverURL', '', 'URL of OpenURL Resolver', NULL, 'Free'),
2
  ('OpenURLResolverURL', '', 'URL of OpenURL Resolver', NULL, 'Free'),
3
  ('OpenURLText', '', 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', NULL, 'Free'),
3
  ('OpenURLText', '', 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', NULL, 'Free'),
4
  ('OpenURLImageLocation', '', 'Location of image for OpenURL links', NULL, 'Free'),
4
  ('OpenURLImageLocation', '', 'Location of image for OpenURL links', NULL, 'Free'),
5
- 

Return to bug 8995