function profile_user_delete
Implements hook_user_delete().
File
-
modules/
profile/ profile.module, line 244
Code
function profile_user_delete($account) {
db_delete('profile_value')->condition('uid', $account->uid)
->execute();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.