function spaces_init_context in Spaces 5
Same name and namespace in other branches
- 5.2 spaces.module \spaces_init_context()
- 6 spaces.module \spaces_init_context()
- 6.2 spaces.module \spaces_init_context()
Context prefix provider callback
1 string reference to 'spaces_init_context'
File
- ./
spaces.module, line 44
Code
function spaces_init_context($gid) {
context_set('spaces', 'gid', $gid);
}