You are here

function support_update_6005 in Support Ticketing System 6

Flush caches to support updated theme functions

File

./support.install, line 478

Code

function support_update_6005() {
  drupal_flush_all_caches();
  return array();
}