|
From: Jon O. <jon...@us...> - 2005-10-24 20:14:06
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv546/modules/mx_calsnails/includes Modified Files: mx_common.php Log Message: replaced all message_die with mx_message_die Index: mx_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/mx_common.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_common.php 1 Oct 2005 14:12:12 -0000 1.7 --- mx_common.php 24 Oct 2005 20:13:55 -0000 1.8 *************** *** 49,53 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! message_die( GENERAL_ERROR, "Couldn't query calendar config table", "", __LINE__, __FILE__, $sql ); } else --- 49,53 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't query calendar config table", "", __LINE__, __FILE__, $sql ); } else |