You are here

function privatemsg_update_last_removed in Privatemsg 7

Same name and namespace in other branches
  1. 7.2 privatemsg.install \privatemsg_update_last_removed()

Implements hook_update_last_removed().

File

./privatemsg.install, line 173
Install file for privatemsg.module

Code

function privatemsg_update_last_removed() {

  // Only upgrading from 6.x-1.3 or later is supported.
  return 6007;
}