Been searching furiously on Google and the Drupal docs for something equivalent to function user_load for D6 as used here.
The user_load function in D7 takes a UID while the D6 version is flexible enough to allow email addresses.
Any clues how I can achieve the same end in D7?
Thanks
… or you could just use user_load_by_mail: http://api.drupal.org/api/drupal/modules–user–user.module/function/user_load_by_mail/7