statistics_update_index
- Versions
- 7
statistics_update_index()
Implements hook_update_index().
Code
modules/statistics/statistics.module, line 413
<?php
function statistics_update_index() {
variable_set('node_cron_views_scale', 1.0 / max(1, db_query('SELECT MAX(totalcount) FROM {node_counter}')->fetchField()));
}
?>Login or register to post comments 