|
From: Jon O. <jon...@us...> - 2005-10-24 20:14:23
|
Update of /cvsroot/mxbb/mx_dev_startkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv599/modules/mx_dev_startkit Modified Files: mx_dev_startkit.php Log Message: replaced all message_die with mx_message_die Index: mx_dev_startkit.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/mx_dev_startkit.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_dev_startkit.php 22 Oct 2005 22:42:31 -0000 1.2 --- mx_dev_startkit.php 24 Oct 2005 20:14:15 -0000 1.3 *************** *** 117,121 **** if ( !$result = $db->sql_query( $sql ) ) { ! message_die( CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql ); } else --- 117,121 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql ); } else *************** *** 151,155 **** if ( !$result = $db->sql_query( $sql ) ) { ! message_die( CRITICAL_ERROR, "Could not query module information", "", __LINE__, __FILE__, $sql ); } $results = $db->sql_fetchrow( $result ); --- 151,155 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( CRITICAL_ERROR, "Could not query module information", "", __LINE__, __FILE__, $sql ); } $results = $db->sql_fetchrow( $result ); |