You are here

function google_analytics_counter_update_8007 in Google Analytics Counter 8.3

Issue #3009673: Remove stale queued items from the database.

File

./google_analytics_counter.install, line 222
Update, and uninstall functions for the Google Analytics Counter module.

Code

function google_analytics_counter_update_8007() {
  GoogleAnalyticsCounterHelper::gacRemoveQueuedItems();
}