function user_load_self

Archivo

drupal-6.x/modules/user/user.module, line 910
Enables the user registration and login system.

Código

function user_load_self($arg) {
  $arg[1] = user_load($GLOBALS['user']->uid);
  return $arg;
}