You are here

function location_user_user_insert in Location 7.4

Same name and namespace in other branches
  1. 7.3 location_user.module \location_user_user_insert()

Implement hook_user_insert().

File

./location_user.module, line 67
Associate locations with users.

Code

function location_user_user_insert(&$edit, $account, $category) {
  location_user_user_update($edit, $account, $category);
}