You are here

function simplenews_update_last_removed in Simplenews 7

Same name and namespace in other branches
  1. 7.2 simplenews.install \simplenews_update_last_removed()

Implements hook_update_last_removed().

File

./simplenews.install, line 469
Install, update and uninstall functions for the simplenews module

Code

function simplenews_update_last_removed() {

  // Support upgrades from 6.x-1.x and 6.x-2.x.
  return 6101;
}