function ctools_update_7000 in Chaos Tool Suite (ctools) 7
Enable the custom CSS cache handler.
File
- ./
ctools.install, line 264 - Contains install and update functions for ctools.
Code
function ctools_update_7000() {
variable_set('cache_class_cache_ctools_css', 'CToolsCssCache');
}