|
From: FlorinCB <ory...@us...> - 2009-09-22 03:18:44
|
Update of /cvsroot/mxbb/mx_music In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25007 Modified Files: music.php Log Message: Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** music.php 18 Sep 2008 07:24:45 -0000 1.29 --- music.php 22 Sep 2009 03:18:36 -0000 1.30 *************** *** 162,166 **** // End session management // ! $block_id = ( !empty($_GET['block_id']) ) ? $_GET['block_id'] : $_POST['id']; if( empty($block_id) ) { --- 162,166 ---- // End session management // ! $block_id = (!empty($_GET['block_id']) ) ? $_GET['block_id'] : $_POST['id']; if( empty($block_id) ) { *************** *** 168,172 **** if(!$result = $db->sql_query($sql)) { ! message_die(GENERAL_ERROR, "Could not query Music Center module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); --- 168,172 ---- if(!$result = $db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, "Could not query Music Center module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); |