function privatemsg_update_last_removed in Privatemsg 7.2
Same name and namespace in other branches
- 7 privatemsg.install \privatemsg_update_last_removed()
Implements hook_update_last_removed().
File
- ./
privatemsg.install, line 197 - Install file for privatemsg.module
Code
function privatemsg_update_last_removed() {
// Only upgrading from 6.x-1.3 or later is supported.
return 6007;
}