Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function YOURMODULE_user_update(&$edit, $account, $category) {
  2. if (user_has_role($YOUR_ROLE_RID, $account) {
  3. debug($account, 'account', true);
  4. debug($edit, 'edit request', true);
  5. // maybe add an email notification letting you know the event fired
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement