function context_clear in Context 6
Same name and namespace in other branches
- 5 context.module \context_clear()
- 6.3 context.module \context_clear()
- 6.2 context.module \context_clear()
- 7.3 context.module \context_clear()
Clears static context array() -- meant only for testing
1 call to context_clear()
File
- ./
context.module, line 128
Code
function context_clear() {
return context_context(CONTEXT_CLEAR);
}