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