|
From: Florin C B. <ory...@us...> - 2013-05-03 14:05:45
|
Update of /cvsroot/mxbb/mx_music/music_box/mp3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1698 Modified Files: get_mp3_files_pop.php Log Message: Index: get_mp3_files_pop.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/mp3/get_mp3_files_pop.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** get_mp3_files_pop.php 21 Apr 2013 02:52:48 -0000 1.3 --- get_mp3_files_pop.php 3 May 2013 14:05:42 -0000 1.4 *************** *** 636,641 **** $url_full_song = !empty($thissong['song_url']) ? $thissong['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'] . "&item_size=800", true)); echo " <annotation>" . ($j + 1) . " (" . $songrow[$j]['song_id'] . ") " . $song_title . "</annotation>\n"; ! if(!empty($song_filetype)) { --- 636,642 ---- $url_full_song = !empty($thissong['song_url']) ? $thissong['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $thissong['song_id'] . "&item_size=800", true)); + echo " <image>" . $img_id . "</image>\n"; echo " <annotation>" . ($j + 1) . " (" . $songrow[$j]['song_id'] . ") " . $song_title . "</annotation>\n"; ! if(!empty($song_filetype)) { |