You are here

function addthis_update_7401 in AddThis 7.4

Remove old WIDGET_JS_ASYNC variable.

File

./addthis.install, line 65
Install, update and uninstall functions for the AddThis module.

Code

function addthis_update_7401() {
  variable_del('addthis_widget_async');
}