_update_remove_update_status_variables

Versions
6
_update_remove_update_status_variables()

Private helper to clear out stale variables from update_status 5.x contrib.

See also

update_install()

@see update_update_6000()

Code

modules/update/update.install, line 48

<?php
function _update_remove_update_status_variables() {
  variable_del('update_status_settings');
  variable_del('update_status_notify_emails');
  variable_del('update_status_check_frequency');
  variable_del('update_status_notification_threshold');
  variable_del('update_status_last');
  variable_del('update_status_fetch_url');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.