Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function hook_user_insert(&$edit, $account, $category) {
  2. $email = $account->email;
  3. $uid = $account->uid;
  4.  
  5. //Query and get all entity_ids from the field_email table where email matches $email
  6. foreach($nids as $nid){
  7. //Update node table user id by above $uid for all nids
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement