HomeHelpTrac

Changeset 15487 for trunk/modules


Ignore:
Timestamp:
09/05/11 23:58:12 (9 months ago)
Author:
Alexander Trofimov
Message:

Ticket #2638

Location:
trunk/modules/boonex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/sounds/install/sql/install.sql

    r15386 r15487  
    255255INSERT INTO `sys_menu_mobile` (`type`, `menu`, `title`, `icon`, `action`, `action_data`, `eval_bubble`, `eval_hidden`, `order`, `active`) VALUES 
    256256('[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  
    258258INSERT INTO `sys_menu_mobile` (`type`, `menu`, `title`, `icon`, `action`, `action_data`, `eval_bubble`, `eval_hidden`, `order`, `active`) VALUES 
    259259('[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.