You are here

function ga_stats_write_count in Google Analytics Statistics 7.x

Same name and namespace in other branches
  1. 7.2 includes/ga.inc \ga_stats_write_count()
  2. 7 includes/ga.inc \ga_stats_write_count()
1 call to ga_stats_write_count()
ga_stats_update_counts in ./ga_stats.module

File

./ga_stats.module, line 221

Code

function ga_stats_write_count($count) {
  drupal_write_record('ga_stats_count', $count);
}