function forum_update_last_removed

Implements hook_update_last_removed().

File

drupal/core/modules/forum/forum.install, line 256
Install, update, and uninstall functions for the Forum module.

Code

function forum_update_last_removed() {
  return 7003;
}