function menu_node_update_6004 in Menu Node API 6
Same name and namespace in other branches
- 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();
}