|
From: Jon O. <jon...@us...> - 2005-10-24 20:19:16
|
Update of /cvsroot/mxbb/mx_sitestats/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2225/modules/mx_sitestats/includes Modified Files: common.php Log Message: replaced all message_die with mx_message_die Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/includes/common.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** common.php 15 Oct 2005 22:18:28 -0000 1.1 --- common.php 24 Oct 2005 20:19:01 -0000 1.2 *************** *** 75,79 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! message_die( GENERAL_ERROR, "Couldn't query SiteStats config table", "", __LINE__, __FILE__, $sql ); } else --- 75,79 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't query SiteStats config table", "", __LINE__, __FILE__, $sql ); } else *************** *** 414,422 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! message_die( CRITICAL_ERROR, 'Couldn\'t query database for theme info.' ); } if ( !$row = $db->sql_fetchrow( $result ) ) { ! message_die( CRITICAL_ERROR, 'Couldn\'t get theme data for themes_id=' . $style . '.' ); } --- 414,422 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( CRITICAL_ERROR, 'Couldn\'t query database for theme info.' ); } if ( !$row = $db->sql_fetchrow( $result ) ) { ! mx_message_die( CRITICAL_ERROR, 'Couldn\'t get theme data for themes_id=' . $style . '.' ); } |