|
From: OryNider <ory...@us...> - 2008-01-31 04:17:02
|
Update of /cvsroot/mxbb/mx_music/music_box/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5442/includes Modified Files: Tag: core28x music_constants.php music_functions.php music_integration.php Log Message: ready for 2.8.1 release. Index: music_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_functions.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** music_functions.php 16 Jan 2008 19:53:10 -0000 1.1.2.1 --- music_functions.php 31 Jan 2008 04:16:58 -0000 1.1.2.2 *************** *** 66,70 **** if ($cat_id < 0) { ! message_die(GENERAL_ERROR, 'Bad cat_id arguments for function music_user_access()'); } // --- 66,70 ---- if ($cat_id < 0) { ! mx_message_die(GENERAL_ERROR, 'Bad cat_id arguments for function music_user_access()'); } // *************** *** 207,211 **** if( !$result = $db->sql_query($sql) ) { ! message_die(GENERAL_ERROR, 'Could not query music Category information' ,'' , __LINE__, __FILE__, $sql); } --- 207,211 ---- if( !$result = $db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not query music Category information' ,'' , __LINE__, __FILE__, $sql); } *************** *** 300,304 **** if( !$result = $db->sql_query($sql) ) { ! message_die(GENERAL_ERROR, 'Could not query User-Group information' ,'' , __LINE__, __FILE__, $sql); } --- 300,304 ---- if( !$result = $db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not query User-Group information' ,'' , __LINE__, __FILE__, $sql); } Index: music_integration.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_integration.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** music_integration.php 16 Jan 2008 19:53:11 -0000 1.1.2.1 --- music_integration.php 31 Jan 2008 04:16:58 -0000 1.1.2.2 *************** *** 22,26 **** if( !($result = $db->sql_query($sql)) ) { ! message_die(GENERAL_ERROR, "Couldn't query radio config table", "", __LINE__, __FILE__, $sql); } else --- 22,26 ---- if( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, "Couldn't query radio config table", "", __LINE__, __FILE__, $sql); } else |