|
From: Jon O. <jon...@us...> - 2005-12-17 20:30:44
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13867/install Modified Files: mx_install.php Log Message: hell, typho for cache creation during install Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** mx_install.php 17 Dec 2005 00:33:10 -0000 1.59 --- mx_install.php 17 Dec 2005 20:30:36 -0000 1.60 *************** *** 561,565 **** // //if( $install_mode == 'upgrade' && count($schemas) > 0 ) ! if( count($schemas) > 0 && file_exists($mx_root_path . "includes/mx_functions_core" . $phpEx) ) { // --- 561,565 ---- // //if( $install_mode == 'upgrade' && count($schemas) > 0 ) ! if( count($schemas) > 0 && file_exists($mx_root_path . "includes/mx_functions_core." . $phpEx) ) { // *************** *** 570,574 **** { $portal_config = $db->sql_fetchrow($result); ! include($mx_root_path . "includes/mx_functions_core" . $phpEx); update_session_cache(MX_CACHE_ALL); $process_msgs[] = $lang['Cache_generate']; --- 570,574 ---- { $portal_config = $db->sql_fetchrow($result); ! include($mx_root_path . "includes/mx_functions_core." . $phpEx); update_session_cache(MX_CACHE_ALL); $process_msgs[] = $lang['Cache_generate']; |