You are here

function total_control_update_6001 in Total Control Admin Dashboard 6.2

Implementation of hook_update_N().

File

./total_control.install, line 119
total_control.install

Code

function total_control_update_6001() {

  // New theme functions means we need to rebuild the registry.
  drupal_rebuild_theme_registry();

  // Don't need this setting anymore since these links are in a new pane.
  variable_del('total_control_configure_links');
}