function raven_update_7202 in Raven: Sentry Integration 7.3
Same name and namespace in other branches
- 7.4 raven.install \raven_update_7202()
- 7.2 raven.install \raven_update_7202()
Remove obsolete variables.
File
- ./
raven.install, line 54 - Install, update, and uninstall functions for the Raven module.
Code
function raven_update_7202() {
variable_del('raven_error_handler');
variable_del('raven_error_levels');
variable_del('raven_exception_handler');
variable_del('raven_watchdog_handler');
}