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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.