You are here

function privatemsg_user_delete in Privatemsg 7.2

Same name and namespace in other branches
  1. 7 privatemsg.module \privatemsg_user_delete()

Implements hook_user_delete().

File

./privatemsg.module, line 1329
Allows users to send private messages to other users.

Code

function privatemsg_user_delete($account) {
  _privatemsg_delete_data($account);
}