You are here

function support_update_6011 in Support Ticketing System 6

Rebuild menu to register client deletion confirmation.

File

./support.install, line 550

Code

function support_update_6011() {
  drupal_flush_all_caches();
  menu_rebuild();
  return array();
}