You are here

function vud_update_6300 in Vote Up/Down 6.3

Rebuild menu for the path change on user statistics.

File

./vud.install, line 55
Install, update and uninstall functions for the Vote Up/Down core module.

Code

function vud_update_6300() {
  $ret = array();
  menu_rebuild();
  return $ret;
}