function support_update_6003 in Support Ticketing System 6
Flush caches to support new theme functions
File
- ./
support.install, line 452
Code
function support_update_6003() {
drupal_flush_all_caches();
return array();
}
Flush caches to support new theme functions
function support_update_6003() {
drupal_flush_all_caches();
return array();
}