function me_category_load in me aliases 7
Same name and namespace in other branches
- 8 me.module \me_category_load()
- 6.2 me.module \me_category_load()
- 6 me.module \me_category_load()
Menu load callback in place of user_category_load().
File
- ./
me.module, line 401 - Provides 'me' aliases to allow users to enter 'me' in common paths instead of their user id.
Code
function me_category_load($uid, &$map = NULL, $index = NULL, $map_index = FALSE) {
$args = func_get_args();
return _me_load_arguments($uid, $map, $index, $map_index, $args, 'user_category_load');
}