function comment_delete_update_8001 in Comment Delete 8
Ensure caches are flushed and rebuilt.
File
- ./
comment_delete.install, line 18 - comment_delete.install
Code
function comment_delete_update_8001(&$sandbox) {
drupal_flush_all_caches();
}
Ensure caches are flushed and rebuilt.
function comment_delete_update_8001(&$sandbox) {
drupal_flush_all_caches();
}