Changeset 15487 for trunk/modules
- Timestamp:
- 09/05/11 23:58:12 (9 months ago)
- Location:
- trunk/modules/boonex
- Files:
-
- 2 edited
-
sounds/install/sql/install.sql (modified) (1 diff)
-
videos/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/sounds/install/sql/install.sql
r15386 r15487 255 255 INSERT INTO `sys_menu_mobile` (`type`, `menu`, `title`, `icon`, `action`, `action_data`, `eval_bubble`, `eval_hidden`, `order`, `active`) VALUES 256 256 ('[db_prefix]', 'homepage', '_bx_sounds', 'home_sounds.png', 9, '', '', '', @iMaxOrderHomepage, 1), 257 ('[db_prefix]', 'profile', '_bx_sounds', '', 9, '', 'return BxDolXMLRPCMedia::_getMediaCount(''music'', ''{profile_id}'', ''{member_id}'') ', '', @iMaxOrderProfile, 1);258 257 ('[db_prefix]', 'profile', '_bx_sounds', '', 9, '', 'return BxDolXMLRPCMedia::_getMediaCount(''music'', ''{profile_id}'', ''{member_id}'');', '', @iMaxOrderProfile, 1); 258 -
trunk/modules/boonex/videos/install/sql/install.sql
r15386 r15487 258 258 INSERT INTO `sys_menu_mobile` (`type`, `menu`, `title`, `icon`, `action`, `action_data`, `eval_bubble`, `eval_hidden`, `order`, `active`) VALUES 259 259 ('[db_prefix]', 'homepage', '_bx_videos', 'home_videos.png', 8, '', '', '', @iMaxOrderHomepage, 1), 260 ('[db_prefix]', 'profile', '_bx_videos', '', 8, '', 'return BxDolXMLRPCMedia::_getMediaCount(''video'', ''{profile_id}'', ''{member_id}'') ', '', @iMaxOrderProfile, 1);261 260 ('[db_prefix]', 'profile', '_bx_videos', '', 8, '', 'return BxDolXMLRPCMedia::_getMediaCount(''video'', ''{profile_id}'', ''{member_id}'');', '', @iMaxOrderProfile, 1); 261
Note: See TracChangeset
for help on using the changeset viewer.