You are here

function taxonomy_menu_node_update in Taxonomy menu 7.2

Same name and namespace in other branches
  1. 8 taxonomy_menu.module \taxonomy_menu_node_update()
  2. 7 taxonomy_menu.module \taxonomy_menu_node_update()

Implements hook_node_update().

@TODO Update the menu items count, empty terms.

File

./taxonomy_menu.module, line 377
Generates menu links for all selected taxonomy terms.

Code

function taxonomy_menu_node_update($node) {
}