function system_update_7070 in Drupal 7
Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables.
Related topics
File
- modules/
system/ system.install, line 3164 - Install, update and uninstall functions for the system module.
Code
function system_update_7070() {
variable_del('drupal_badge_color');
variable_del('drupal_badge_size');
}