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 |
- |
|
|