You are here

function ga_stats_schedule_update in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.2 ga_stats.module \ga_stats_schedule_update()

Set the soonest statistics should be auto-updated.

Return value

int

1 call to ga_stats_schedule_update()
_ga_stats_update_counts in includes/ga.inc
Goes through sources and metrics and updates databases

File

./ga_stats.module, line 89

Code

function ga_stats_schedule_update() {
  variable_set('ga_stats_last_update', $_SERVER['REQUEST_TIME']);
  return $_SERVER['REQUEST_TIME'];
}