|
From: FlorinCB <ory...@us...> - 2008-09-09 03:28:59
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16493 Modified Files: music_lists.php Log Message: some styleing fixes Index: music_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_lists.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_lists.php 7 Sep 2008 18:06:27 -0000 1.4 --- music_lists.php 9 Sep 2008 03:28:44 -0000 1.5 *************** *** 426,430 **** { $img_full = (PORTAL_URL . str_replace('./', '/', MUSIC_IMAGE_PATH) . $topsongrow[$j]['song_imagename']); ! $img_id = mx_append_sid(this_mo_mxurl("music_mode=music_image&width=212&song_id=". $topsongrow[$j]['song_id'], true)); } --- 426,430 ---- { $img_full = (PORTAL_URL . str_replace('./', '/', MUSIC_IMAGE_PATH) . $topsongrow[$j]['song_imagename']); ! $img_id = mx_append_sid(this_mo_mxurl("music_mode=music_image&width=176&song_id=". $topsongrow[$j]['song_id'], true)); } |