Önmegvalósítók access ? t(‘%time ago’, array(‘%time’ => format_interval(time() – $u->access))) : t(‘never’); $account = user_load(array(‘uid’ => $u->uid)); $items[] = ‘ ‘ . l($u->name, „user/” . $u->uid) . ‘ ‘ . $u->mail . ‘ ‘ . check_plain($account->profile_name) . ‘ ‘ . $user_access . ‘ ‘ ; } return theme(‘table’, $items); ?>