function system_update_8027

Clean up javascript_parsed variable.

Related topics

File

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

Code

function system_update_8027() {
  update_variable_del('javascript_parsed');
}