You are here

function googleanalytics_update_7006 in Google Analytics 7.2

Same name and namespace in other branches
  1. 7 googleanalytics.install \googleanalytics_update_7006()

Delete obsolete trackOutboundAsPageview variable.

File

./googleanalytics.install, line 432
Installation file for Google Analytics module.

Code

function googleanalytics_update_7006() {
  variable_del('googleanalytics_trackoutboundaspageview');
  return t('Deleted obsolete trackOutboundAsPageview variable.');
}