|
From: Jon O. <jon...@us...> - 2005-10-24 20:16:30
|
Update of /cvsroot/mxbb/mx_newssuite/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1347/modules/mx_newssuite/admin Modified Files: mx_module_defs.php Log Message: replaced all message_die with mx_message_die Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/admin/mx_module_defs.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_module_defs.php 22 Oct 2005 10:55:12 -0000 1.6 --- mx_module_defs.php 24 Oct 2005 20:16:22 -0000 1.7 *************** *** 121,125 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } --- 121,125 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } |