function systeminfo_update_6100 in System Information 6
Same name and namespace in other branches
- 6.3 systeminfo.install \systeminfo_update_6100()
- 6.2 systeminfo.install \systeminfo_update_6100()
Implementation of hook_update_N().
File
- ./
systeminfo.install, line 36 - Displays information about the Drupal installation and system environment.
Code
function systeminfo_update_6100() {
menu_rebuild();
return array();
}