|
From: FlorinCB <ory...@us...> - 2008-08-28 05:05:26
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15261 Modified Files: mx_functions.php Log Message: Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** mx_functions.php 19 Aug 2008 14:34:57 -0000 1.91 --- mx_functions.php 28 Aug 2008 05:05:20 -0000 1.92 *************** *** 774,778 **** if ( !($result = $db->sql_query($sql, 120)) ) { ! message_die(GENERAL_ERROR, 'Tried obtaining data for a non-existent user', '', __LINE__, __FILE__, $sql); } --- 774,778 ---- if ( !($result = $db->sql_query($sql, 120)) ) { ! mx_message_die(GENERAL_ERROR, 'Tried obtaining data for a non-existent user', '', __LINE__, __FILE__, $sql); } |