You are here

function i18n_access_update_6100 in Translation Access 6

Implementation of hook_update_xxxx().

File

./i18n_access.install, line 52
file_description

Code

function i18n_access_update_6100() {
  $ret = array();

  // http://drupal.org/node/697324 Accidentally implements hook_node_access()
  // clear cache to rebuild the menu access callback
  drupal_flush_all_caches();
  return $ret;
}