You are here

function legal_update_7100 in Legal 7

Same name and namespace in other branches
  1. 7.2 legal.install \legal_update_7100()

Clear the menu cache.

File

./legal.install, line 142
Installation and update functions for the Legal module.

Code

function legal_update_7100() {
  menu_rebuild();
}