You are here

function node_reference_update_7000 in References 7.2

Rebuild views data cache (a callabck was renamed).

File

node_reference/node_reference.install, line 34
Install, update and uninstall functions for the node_reference module.

Code

function node_reference_update_7000() {
  if (function_exists('views_invalidate_cache')) {
    views_invalidate_cache();
  }
}