You are here

function menu_node_update_6004 in Menu Node API 6

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

Repeat update_6002, which failed on some systems.

File

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

Code

function menu_node_update_6004() {
  return menu_node_update_6002();
}