You are here

function systeminfo_update_5200 in System Information 5.2

Implementation of hook_update_N().

File

./systeminfo.install, line 36
Displays information about the Drupal installation and system environment.

Code

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