1 system.install system_update_1021()

Removes the js_cache_files variable.

Related topics

File

core/modules/system/system.install, line 2161
Install, update and uninstall functions for the system module.

Code

function system_update_1021() {
  update_variable_del('js_cache_files');
}