function system_update_7070
Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables.
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 3026 - Install, update and uninstall functions for the system module.
Código
function system_update_7070() {
variable_del('drupal_badge_color');
variable_del('drupal_badge_size');
}