Changeset 8251 for trunk/modules/boonex/chat/install/sql/install.sql
- Timestamp:
- 01/05/09 22:59:11 (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
r8219 r8251 1 INSERT INTO `TopMenu` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Strict`, `Picture`, `BQuickLink`, `Statistics`) VALUES(0, 'Chat', '_chat_top_menu_item', 'm odules/boonex/chat/chat.php', 11, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_chat.png', 1, '');1 INSERT INTO `TopMenu` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Strict`, `Picture`, `BQuickLink`, `Statistics`) VALUES(0, 'Chat', '_chat_top_menu_item', 'm/chat/', 11, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_chat.png', 1, ''); 2 2 3 3 INSERT INTO `MemActions` SET `Name`='use chat';
Note: See TracChangeset
for help on using the changeset viewer.