You are here

function menu_node_update_6004 in Menu Node API 7

Same name and namespace in other branches
  1. 6 menu_node.install \menu_node_update_6004()

Repeat update_6002, which failed on some systems.

File

./menu_node.install, line 140
Install file for Menu Node API.

Code

function menu_node_update_6004() {
  return menu_node_update_6002();
}