You are here

function hosting_task_update_7000 in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 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();
}