function system_update_last_removed
7.x system.install | system_update_last_removed() |
6.x system.install | system_update_last_removed() |
File
- drupal-7.x/
modules/ system/ system.install, line 1707 - Install, update and uninstall functions for the system module.
Code
function system_update_last_removed() {
return 6055;
}