1 update_d7_test_2.install update_d7_test_2_update_last_removed()

Implements hook_update_last_removed().

File

core/modules/simpletest/tests/update_d7_test_2.install, line 10
Install, update and uninstall functions for the update_d7_test_2 module.

Code

function update_d7_test_2_update_last_removed() {
  return 7002;
}