You are here

function vud_update_7000 in Vote Up/Down 7

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

File

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

Code

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