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();
}
Flush caches to support updated theme functions
function support_update_6005() {
drupal_flush_all_caches();
return array();
}