You are here

function system_update_last_removed in Drupal 6

Same name and namespace in other branches
  1. 7 modules/system/system.install \system_update_last_removed()
  2. 9 core/modules/system/system.install \system_update_last_removed()
  3. 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;
}