You are here

function noderelationships_update_6002 in Node Relationships 6

Force a theme registry rebuild.

File

./noderelationships.install, line 138
Implementation of installation/uninstallation hooks.

Code

function noderelationships_update_6002() {
  $ret = array();
  return $ret;
}