function system_update_6013

Rebuild cache data for theme system changes

Related topics

Archivo

drupal-6.x/modules/system/system.install, line 1439

Código

function system_update_6013() {
  // Rebuild system table contents.
  module_rebuild_cache();
  system_theme_data();

  return array(array(
    'success' => TRUE,
    'query' => 'Cache rebuilt.',
  ));
}