|
From: Jon O. <jon...@us...> - 2006-08-14 10:46:09
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23824/modules/mx_kb Modified Files: db_upgrade.php Log Message: Upgrade fix list block is updated Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_upgrade.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** db_upgrade.php 13 Aug 2006 19:43:06 -0000 1.38 --- db_upgrade.php 14 Aug 2006 10:46:05 -0000 1.39 *************** *** 452,455 **** --- 452,463 ---- $message .= mx_do_install_upgrade( $sql ); + + // + // Empty module cache + // + include_once( $mx_root_path . 'includes/mx_functions_tools.' . $phpEx ); + $module_cache = new module_cache($mx_root_path . 'modules/mx_kb/kb/'); + $module_cache->tidy(); + $module_cache->save(); } else |