|
From: FlorinCB <ory...@us...> - 2008-12-08 23:57:40
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17865/shared/phpbb2/includes Modified Files: functions_search.php Log Message: :) Index: functions_search.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb2/includes/functions_search.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_search.php 13 Jul 2008 21:29:30 -0000 1.2 --- functions_search.php 8 Dec 2008 23:57:18 -0000 1.3 *************** *** 169,173 **** if ( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, 'Could not select words', '', __LINE__, __FILE__, $sql); } --- 169,173 ---- if ( !($result = $db->sql_query($sql)) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not select words', '', __LINE__, __FILE__, $sql); } *************** *** 206,210 **** if( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not insert new word', '', __LINE__, __FILE__, $sql); } break; --- 206,210 ---- if( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not insert new word', '', __LINE__, __FILE__, $sql); } break; *************** *** 231,235 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not insert new word', '', __LINE__, __FILE__, $sql); } } --- 231,235 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not insert new word', '', __LINE__, __FILE__, $sql); } } *************** *** 248,252 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not insert new word matches', '', __LINE__, __FILE__, $sql); } } --- 248,252 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not insert new word matches', '', __LINE__, __FILE__, $sql); } } *************** *** 404,408 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not delete old words from word table', '', __LINE__, __FILE__, $sql); } --- 404,408 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not delete old words from word table', '', __LINE__, __FILE__, $sql); } *************** *** 416,420 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 416,420 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } |