|
From: Jon O. <jon...@us...> - 2005-10-24 20:15:41
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv824/modules/mx_kb Modified Files: kb.php kb_article_reader.php Log Message: replaced all message_die with mx_message_die Index: kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** kb.php 23 Oct 2005 18:50:22 -0000 1.23 --- kb.php 24 Oct 2005 20:15:33 -0000 1.24 *************** *** 182,186 **** if ( !$result = $db->sql_query( $sql ) ) { ! message_die( CRITICAL_ERROR, "Could not query config information in kb_config", "", __LINE__, __FILE__, $sql ); } else --- 182,186 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( CRITICAL_ERROR, "Could not query config information in kb_config", "", __LINE__, __FILE__, $sql ); } else Index: kb_article_reader.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_article_reader.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** kb_article_reader.php 23 Oct 2005 18:50:22 -0000 1.9 --- kb_article_reader.php 24 Oct 2005 20:15:33 -0000 1.10 *************** *** 78,82 **** if ( !$result = $db->sql_query( $sql ) ) { ! message_die( GENERAL_ERROR, "Could not query Smartor_Album module information", "", __LINE__, __FILE__, $sql ); } $tmp_row = $db->sql_fetchrow( $result ); --- 78,82 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Could not query Smartor_Album module information", "", __LINE__, __FILE__, $sql ); } $tmp_row = $db->sql_fetchrow( $result ); *************** *** 175,179 **** if ( !$result = $db->sql_query( $sql ) ) { ! message_die( CRITICAL_ERROR, "Could not query config information in kb_config", "", __LINE__, __FILE__, $sql ); } else --- 175,179 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( CRITICAL_ERROR, "Could not query config information in kb_config", "", __LINE__, __FILE__, $sql ); } else |