|
From: FlorinCB <ory...@us...> - 2008-10-06 10:22:59
|
Update of /cvsroot/mxbb/mx_music In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9241 Modified Files: music_flv.php Log Message: fix Index: music_flv.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_flv.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** music_flv.php 26 Sep 2008 12:29:09 -0000 1.8 --- music_flv.php 6 Oct 2008 09:40:25 -0000 1.9 *************** *** 269,273 **** if( empty($row) ) { ! mx_message_die(GENERAL_ERROR, $lang['Song_not_exist']); } --- 269,273 ---- if( empty($row) ) { ! print(GENERAL_ERROR . ' ' . $lang['Song_not_exist'] . 'Sond ID: ' . '$song_id'); } *************** *** 300,304 **** if( empty($thissong['song_url']) && !file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) { ! mx_message_die(GENERAL_ERROR, $lang['Song_not_exist']); } --- 300,304 ---- if( empty($thissong['song_url']) && !file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']) ) { ! print(GENERAL_ERROR . ' ' . $lang['Song_not_exist'] . ' ' . $thissong['song_url']) && !file_exists(MUSIC_UPLOAD_PATH . $thissong['song_filename']); } |