HomeHelpTrac

Ignore:
Timestamp:
05/25/09 01:24:33 (3 years ago)
Author:
Alexander Levitskiy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/6.1.5/ray/modules/presence/inc/actions.inc.php

    r10316 r10600  
    7373     
    7474        $bMusic = widgetExists("music"); 
    75         $sContents = str_replace("#music#", $bMusic ? "javascript:openRayWidget('music','player','#user#','false')" : "", $sContents); 
     75        $sContents = str_replace("#music#", $bMusic ? "javascript:openRayWidget('mp3','player','#user#','false')" : "", $sContents); 
    7676        $bVideo = widgetExists("video"); 
    7777        $sContents = str_replace("#video#", $bVideo ? "javascript:openRayWidget('video','player','#user#','false')" : "", $sContents); 
Note: See TracChangeset for help on using the changeset viewer.