function spaces_user in Spaces 6.2
Same name and namespace in other branches
- 5.2 spaces.module \spaces_user()
- 5 spaces.module \spaces_user()
- 6 spaces.module \spaces_user()
Implementation of hook_user().
1 string reference to 'spaces_user'
- spaces_user.module in spaces_user/
spaces_user.module
File
- ./
spaces.module, line 252
Code
function spaces_user($op, &$edit, &$account, $category = NULL) {
switch ($op) {
case 'view':
case 'form':
spaces_router('user', $account);
break;
}
}