You are here

function new_relic_rpm_update_last_removed in New Relic 7

Implements hook_update_last_removed().

File

./new_relic_rpm.install, line 76
Install and uninstall functions for the new_relic_rpm module.

Code

function new_relic_rpm_update_last_removed() {
  return 6002;
}