function system_update_last_removed in Drupal 6
Same name and namespace in other branches
- 7 modules/system/system.install \system_update_last_removed()
- 9 core/modules/system/system.install \system_update_last_removed()
- 10 core/modules/system/system.install \system_update_last_removed()
File
- modules/
system/ system.install, line 1180
Code
function system_update_last_removed() {
return 1021;
}