You are here

function vud_update_6201 in Vote Up/Down 6.2

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_6201() {
  $ret = array();
  menu_rebuild();
  return $ret;
}