|
From: FlorinCB <ory...@us...> - 2008-09-10 06:19:06
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9231/music_box/modules Modified Files: music_comment_delete.php music_delete.php music_modcp.php Log Message: missing things Index: music_modcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_modcp.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_modcp.php 9 Sep 2008 07:04:33 -0000 1.6 --- music_modcp.php 10 Sep 2008 06:17:53 -0000 1.7 *************** *** 919,923 **** $template->set_filenames(array( ! 'body' => 'confirm_body.tpl') ); --- 919,923 ---- $template->set_filenames(array( ! 'body' => 'music_confirm_body.tpl') ); Index: music_comment_delete.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment_delete.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_comment_delete.php 29 Jan 2008 07:51:05 -0000 1.2 --- music_comment_delete.php 10 Sep 2008 06:17:52 -0000 1.3 *************** *** 198,202 **** $template->set_filenames(array( ! 'body' => 'confirm_body.tpl') ); --- 198,202 ---- $template->set_filenames(array( ! 'body' => 'music_confirm_body.tpl') ); Index: music_delete.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_delete.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_delete.php 29 Jan 2008 07:51:05 -0000 1.2 --- music_delete.php 10 Sep 2008 06:17:52 -0000 1.3 *************** *** 137,141 **** $template->set_filenames(array( ! 'body' => 'confirm_body.tpl') ); --- 137,141 ---- $template->set_filenames(array( ! 'body' => 'music_confirm_body.tpl') ); |