function ga_stats_write_count in Google Analytics Statistics 7.x
Same name and namespace in other branches
- 7.2 includes/ga.inc \ga_stats_write_count()
- 7 includes/ga.inc \ga_stats_write_count()
1 call to ga_stats_write_count()
File
- ./
ga_stats.module, line 221
Code
function ga_stats_write_count($count) {
drupal_write_record('ga_stats_count', $count);
}