statistics_save_statistics
- Versions
- 4.6
statistics_save_statistics($edit)
Saves the values entered in the "config statistics" administration form.
Code
modules/statistics.module, line 350
<?php
function statistics_save_statistics($edit) {
variable_set('statistics_display_counter', $edit['statistics_display_counter']);
}
?>Login or register to post comments 