|
From: Jon O. <jon...@us...> - 2005-12-14 13:49:27
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8214/install Modified Files: mx_install.php Log Message: minor fixes - adding regenereate cache also for fresh install Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** mx_install.php 9 Dec 2005 00:22:20 -0000 1.56 --- mx_install.php 14 Dec 2005 13:49:08 -0000 1.57 *************** *** 561,567 **** // ! // Update cache? Only if it's an upgrade and we really processed one or more schemas. // ! if( $install_mode == 'upgrade' && count($schemas) > 0 ) { if( version_compare($mx_portal_version, '2.8.0', '<') ) --- 561,568 ---- // ! // Update cache? Only if we really processed one or more schemas. // ! //if( $install_mode == 'upgrade' && count($schemas) > 0 ) ! if( count($schemas) > 0 ) { if( version_compare($mx_portal_version, '2.8.0', '<') ) |