function boost_update_6107 in Boost 6
Update 6107 - Flush core caches
File
- ./
boost.install, line 1044 - Handles Boost module installation and upgrade tasks.
Code
function boost_update_6107() {
// Flush caches, needed since some functions got renamed.
drupal_flush_all_caches();
return array(
array(
'success' => TRUE,
'query' => 'Core Caches Flushed.',
),
);
}