You are here

function legal_update_7100 in Legal 7.2

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

Clear the menu cache.

File

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

Code

function legal_update_7100() {
  menu_rebuild();
}