Changeset 9972 for trunk/modules/boonex/quotes/install/sql/install.sql
- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/quotes/install/sql/install.sql
r9968 r9972 30 30 -- INSERT INTO `sys_options_cats` VALUES(NULL, 'Quotes', 9); 31 31 -- SET @iGlCategID = LAST_INSERT_ID(); 32 INSERT INTO ` GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES ('enable_daily_quotes', 'on', 3, 'Enable Daily Quotes as pages', 'checkbox', '', '', NULL);32 INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES ('enable_daily_quotes', 'on', 3, 'Enable Daily Quotes as pages', 'checkbox', '', '', NULL); 33 33 34 34 INSERT INTO `sys_injections` (`id`, `name`, `page_index`, `key`, `type`, `data`, `replace`, `active`) VALUES(NULL, 'quotes_injection', 0, 'injection_top', 'php', 'return BxDolService::call("quotes", "get_quote_unit");', 0, 1);
Note: See TracChangeset
for help on using the changeset viewer.