|
From: FlorinCB <ory...@us...> - 2008-09-09 07:04:39
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16355/music_box/modules Modified Files: music_cat.php music_comment.php music_comment_edit.php music_list.php music_media_cat.php music_modcp.php music_page.php music_pic_cat.php music_rate.php Log Message: fix Index: music_comment_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment_edit.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_comment_edit.php 9 Sep 2008 06:54:12 -0000 1.4 --- music_comment_edit.php 9 Sep 2008 07:04:33 -0000 1.5 *************** *** 173,177 **** Comments Screen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); // // Start output of page --- 173,177 ---- Comments Screen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); // // Start output of page Index: music_pic_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_pic_cat.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_pic_cat.php 9 Sep 2008 06:54:13 -0000 1.7 --- music_pic_cat.php 9 Sep 2008 07:04:33 -0000 1.8 *************** *** 409,413 **** ); ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ --- 409,413 ---- ); ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_cat.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** music_cat.php 9 Sep 2008 06:54:12 -0000 1.9 --- music_cat.php 9 Sep 2008 07:04:32 -0000 1.10 *************** *** 195,199 **** // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- --- 195,199 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . music_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- *************** *** 744,748 **** ); ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ --- 744,748 ---- ); ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_modcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_modcp.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_modcp.php 9 Sep 2008 06:54:13 -0000 1.5 --- music_modcp.php 9 Sep 2008 07:04:33 -0000 1.6 *************** *** 328,332 **** for ($i = 0; $i <count($songrow); $i++) { ! $song_poster = album_get_profile_url('full', $songrow[$i]['user_id'], $songrow[$i]['username'], false); $template->assign_block_vars('songrow', array( --- 328,332 ---- for ($i = 0; $i <count($songrow); $i++) { ! $song_poster = music_get_profile_url('full', $songrow[$i]['user_id'], $songrow[$i]['username'], false); $template->assign_block_vars('songrow', array( Index: music_list.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_list.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_list.php 9 Sep 2008 06:54:13 -0000 1.4 --- music_list.php 9 Sep 2008 07:04:33 -0000 1.5 *************** *** 155,159 **** ); ! $search_poster = album_get_profile_url('full', $searchsongrow[$j]['user_id'], $searchsongrow[$j]['username'], false); $template->assign_block_vars('search_songs.search_detail', array( --- 155,159 ---- ); ! $search_poster = music_get_profile_url('full', $searchsongrow[$j]['user_id'], $searchsongrow[$j]['username'], false); $template->assign_block_vars('search_songs.search_detail', array( Index: music_media_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_media_cat.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_media_cat.php 9 Sep 2008 06:54:13 -0000 1.7 --- music_media_cat.php 9 Sep 2008 07:04:33 -0000 1.8 *************** *** 436,440 **** } ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ --- 436,440 ---- } ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_comment.php 9 Sep 2008 06:54:12 -0000 1.5 --- music_comment.php 9 Sep 2008 07:04:32 -0000 1.6 *************** *** 261,265 **** for ($i = 0; $i < count($commentrow); $i++) { ! $poster = album_get_profile_url('full', $commentrow[$i]['user_id'], $commentrow[$i]['username'], false); if ($commentrow[$i]['comment_edit_count'] > 0) --- 261,265 ---- for ($i = 0; $i < count($commentrow); $i++) { ! $poster = music_get_profile_url('full', $commentrow[$i]['user_id'], $commentrow[$i]['username'], false); if ($commentrow[$i]['comment_edit_count'] > 0) Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_page.php 9 Sep 2008 06:54:13 -0000 1.7 --- music_page.php 9 Sep 2008 07:04:33 -0000 1.8 *************** *** 237,241 **** ); ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); if ($music_config['rate']) --- 237,241 ---- ); ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); if ($music_config['rate']) Index: music_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_rate.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_rate.php 9 Sep 2008 06:54:13 -0000 1.4 --- music_rate.php 9 Sep 2008 07:04:33 -0000 1.5 *************** *** 184,188 **** ); ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); $template->assign_vars(array( --- 184,188 ---- ); ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); $template->assign_vars(array( |