function boost_expire_comment_update in Boost Expire 7
Implements hook_comment_update().
File
- ./
boost_expire.module, line 56 - Expires Boost caches automatically when certain Drupal actions are taken.
Code
function boost_expire_comment_update($node) {
boost_expire_flush_boost_cache(array(
'scope' => 'all',
));
}