Changeset 9972 for trunk/modules/boonex/board/install/sql/install.sql
- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/board/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/board/install/sql/install.sql
r9970 r9972 13 13 INSERT INTO `sys_permalinks`(`standard`, `permalink`, `check`) VALUES('modules/?r=board/', 'm/board/', 'permalinks_module_board'); 14 14 15 INSERT INTO ` GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES('permalinks_module_board', 'on', 26, 'Enable friendly board permalink', 'checkbox', '', '', 0);15 INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES('permalinks_module_board', 'on', 26, 'Enable friendly board permalink', 'checkbox', '', '', 0); 16 16 17 17 INSERT INTO `Categories` (`Category`, `ID`, `Type`, `Owner`, `Status`) VALUES('Board', 0, 'shared_photo', 0, 'active');
Note: See TracChangeset
for help on using the changeset viewer.