|
From: Jon O. <jon...@us...> - 2005-10-24 20:17:44
|
Update of /cvsroot/mxbb/mx_phpbb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1639/modules/mx_phpbb/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_phpbb/admin/mx_module_defs.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_module_defs.php 22 Oct 2005 11:51:36 -0000 1.3 --- mx_module_defs.php 24 Oct 2005 20:17:27 -0000 1.4 *************** *** 106,110 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } --- 106,110 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } |