function drupalforfirebug_user_insert in Drupal For Firebug 7.2
Same name and namespace in other branches
- 7 drupalforfirebug.module \drupalforfirebug_user_insert()
Implementation of hook_users()
File
- ./
drupalforfirebug.module, line 168
Code
function drupalforfirebug_user_insert(&$edit, $account, $category) {
drupalforfirebug_user_processing('insert', $account);
}