|
From: FlorinCB <ory...@us...> - 2009-07-29 05:08:23
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15524/core/includes Modified Files: mx_functions_core.php mx_functions_tools.php Log Message: update Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** mx_functions_core.php 8 Jul 2009 15:46:24 -0000 1.115 --- mx_functions_core.php 29 Jul 2009 05:08:12 -0000 1.116 *************** *** 71,75 **** // $portal_config = $this->obtain_mxbb_config(); ! if ($portal_config['portal_version'] == '') { --- 71,75 ---- // $portal_config = $this->obtain_mxbb_config(); ! if ($portal_config['portal_version'] == '') { Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** mx_functions_tools.php 28 Jul 2009 18:42:16 -0000 1.55 --- mx_functions_tools.php 29 Jul 2009 05:08:12 -0000 1.56 *************** *** 1212,1216 **** if ( !$result = $db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } } --- 1212,1216 ---- if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } [...2486 lines suppressed...] --- 5679,5683 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Couldnt update item', '', __LINE__, __FILE__, $sql ); } *************** *** 4601,4605 **** default: ! //mx_message_die(GENERAL_ERROR, 'bad post mode'); } --- 5728,5732 ---- default: ! mx_message_die(GENERAL_ERROR, 'bad post mode'); } |