Select USERNAME, EMAIL, #biosketch_field# from Users
where ID > 100
order by USERNAME;
// Biosketch link?
if (biosketch_links[this_Username] NEQ "-") {
this_Author = "#this_Author#";
}
// else, leave this_Author as it was passed to this function (cf_include)
// update this_Email from member database
if (attributes.Action NEQ "EditPreview") {
this_Email = email_address[this_Username];
}