1.20.x system.install | system_update_1021() |
Removes the js_cache_files variable.
Related topics
File
- modules/
system/ system.install, line 2117 - Install, update and uninstall functions for the system module.
Code
function system_update_1021() {
update_variable_del('js_cache_files');
}