|
From: OryNider <ory...@us...> - 2007-09-01 05:38:58
|
Update of /cvsroot/mxbb/mx_music/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19743/admin Modified Files: admin_music_cfg.php Log Message: This will allow to upload images for those who to not whan't to have separate module for this. Index: admin_music_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/admin/admin_music_cfg.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_music_cfg.php 1 Aug 2007 23:33:26 -0000 1.2 --- admin_music_cfg.php 1 Sep 2007 05:38:51 -0000 1.3 *************** *** 151,154 **** --- 151,157 ---- 'RM_ENABLED' => ($new['rm_allowed'] == 1) ? 'checked="checked"' : '', 'RM_DISABLED' => ($new['rm_allowed'] == 0) ? 'checked="checked"' : '', + + 'IMG_ENABLED' => ($new['img_allowed'] == 1) ? 'checked="checked"' : '', + 'IMG_DISABLED' => ($new['img_allowed'] == 0) ? 'checked="checked"' : '', // Media Center *************** *** 215,218 **** --- 218,222 ---- 'L_QT_ALLOWED' => $lang['QT_allowed'], 'L_RM_ALLOWED' => $lang['RM_allowed'], + 'L_IMG_ALLOWED' => $lang['IMG_allowed'], // Media Center 'L_SONG_DESC_MAX_LENGTH' => $lang['Song_Desc_Max_Length'], |