|
From: OryNider <ory...@us...> - 2008-02-24 01:14:12
|
Update of /cvsroot/mxbb/mx_shotcast/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12961/includes Modified Files: common.php Log Message: Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/includes/common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** common.php 2 Oct 2007 04:40:25 -0000 1.2 --- common.php 24 Feb 2008 01:14:06 -0000 1.3 *************** *** 91,95 **** // ! if( defined('_SHOTCAST_CONFIG') ) { $shotcast_config = array(); --- 91,95 ---- // ! if( defined('IN_SHOTCAST') ) { $shotcast_config = array(); *************** *** 98,102 **** if( !($result = $db->sql_query($sql)) ) { ! message_die(GENERAL_ERROR, "Couldn't query shotcast config table", "", __LINE__, __FILE__, $sql); } else --- 98,102 ---- if( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, "Couldn't query shotcast config table", "", __LINE__, __FILE__, $sql); } else |