function system_update_8008

Remove the 'clean_url' configuration variable.

Related topics

File

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

Code

function system_update_8008() {
  update_variable_del('clean_url');
}