|
From: Jon O. <jon...@us...> - 2006-12-18 17:21:54
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6047/includes Modified Files: mx_functions_core.php Log Message: Fix for the phpbb cache Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** mx_functions_core.php 17 Dec 2006 18:33:44 -0000 1.38 --- mx_functions_core.php 18 Dec 2006 17:21:48 -0000 1.39 *************** *** 74,78 **** FROM " . CONFIG_TABLE; ! if( !($result = $db->sql_query($sql, 120)) ) { mx_message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); --- 74,78 ---- FROM " . CONFIG_TABLE; ! if( !($result = $db->sql_query($sql)) ) { mx_message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); |