Changeset 9972 for trunk/modules/boonex/store/install/sql/install.sql
- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/store/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/install.sql
r9970 r9972 102 102 INSERT INTO `sys_options_cats` (`name`, `menu_order`) VALUES ('Store', @iMaxOrder); 103 103 SET @iCategId = (SELECT LAST_INSERT_ID()); 104 INSERT INTO ` GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`, `AvailableValues`) VALUES104 INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`, `AvailableValues`) VALUES 105 105 ('bx_store_permalinks', 'on', @iCategId, 'Enable friendly permalinks in store', 'checkbox', '', '', '0', ''), 106 106 ('bx_store_autoapproval', 'on', @iCategId, 'Activate all products after creation automatically', 'checkbox', '', '', '0', ''),
Note: See TracChangeset
for help on using the changeset viewer.