You are here

function me_load in me aliases 7

Same name and namespace in other branches
  1. 8 me.module \me_load()
  2. 6.2 me.module \me_load()
  3. 6 me.module \me_load()

Menu load callback in place of user_load().

File

./me.module, line 380
Provides 'me' aliases to allow users to enter 'me' in common paths instead of their user id.

Code

function me_load($uid, &$map = NULL, $index = NULL, $map_index = FALSE) {
  return _me_load_arguments($uid, $map, $index, $map_index);
}