Changeset 10600 for tags/6.1.5/ray/modules/presence/inc/actions.inc.php
- Timestamp:
- 05/25/09 01:24:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/6.1.5/ray/modules/presence/inc/actions.inc.php
r10316 r10600 73 73 74 74 $bMusic = widgetExists("music"); 75 $sContents = str_replace("#music#", $bMusic ? "javascript:openRayWidget('m usic','player','#user#','false')" : "", $sContents);75 $sContents = str_replace("#music#", $bMusic ? "javascript:openRayWidget('mp3','player','#user#','false')" : "", $sContents); 76 76 $bVideo = widgetExists("video"); 77 77 $sContents = str_replace("#video#", $bVideo ? "javascript:openRayWidget('video','player','#user#','false')" : "", $sContents);
Note: See TracChangeset
for help on using the changeset viewer.