Authors

2.
$rid = 2;
?>
‘;
while ($account = db_fetch_object($result)) {
$account = user_load(array(‘uid’ => $account->uid));
$profile = _profile_update_user_fields($fields, $account);
$output .= theme(‘profile_listing’, $account, $profile);
}
$output .= ‘

‘;
$output .= theme(‘pager’, NULL, 20);
print ($output);
?>