function spaces_flush_caches in Spaces 6.2
Same name and namespace in other branches
- 6.3 spaces.module \spaces_flush_caches()
- 7.3 spaces.module \spaces_flush_caches()
- 7 spaces.module \spaces_flush_caches()
Implementation of hook_flush_caches().
File
- ./
spaces.module, line 276
Code
function spaces_flush_caches() {
spaces_features_map(NULL, TRUE);
return array();
}