You are here

function drupalforfirebug_user_insert in Drupal For Firebug 7

Same name and namespace in other branches
  1. 7.2 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);
}