You are here

function vud_update_6301 in Vote Up/Down 6.3

Rebuild menu for 'votereset/%/%/%/%/%'.

File

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

Code

function vud_update_6301() {
  $result = array();
  menu_rebuild();
  return $result;
}