function hosting_task_update_7000 in Hosting 7.4
Same name and namespace in other branches
- 7.3 task/hosting_task.install \hosting_task_update_7000()
Clear cache for tasks view update.
File
- task/
hosting_task.install, line 332 - Define the database schema and update functions for the hosting_task module.
Code
function hosting_task_update_7000() {
drupal_flush_all_caches();
}