You are here

function systeminfo_update_6100 in System Information 6.3

Same name and namespace in other branches
  1. 6 systeminfo.install \systeminfo_update_6100()
  2. 6.2 systeminfo.install \systeminfo_update_6100()

Rebuild menu.

File

./systeminfo.install, line 40
Install, update and uninstall functions for the systeminfo module.

Code

function systeminfo_update_6100() {
  menu_rebuild();
  return array();
}