function raven_update_7301 in Raven: Sentry Integration 7.3
Same name and namespace in other branches
- 7.4 raven.install \raven_update_7301()
Remove obsolete variables.
File
- ./
raven.install, line 64 - Install, update, and uninstall functions for the Raven module.
Code
function raven_update_7301() {
variable_del('raven_js_source');
variable_del('raven_js_cdn_url');
}