You are here

function drupalforfirebug_user_load in Drupal For Firebug 7.2

Same name and namespace in other branches
  1. 7 drupalforfirebug.module \drupalforfirebug_user_load()

File

./drupalforfirebug.module, line 171

Code

function drupalforfirebug_user_load($users) {
  foreach ($users as $account) {
    drupalforfirebug_user_processing('insert', $account);
  }
}