- Removed some dead code.

4.7.x
Dries Buytaert 2005-07-18 05:40:17 +00:00
parent 6978fcb6ec
commit 1b6d8cad85
2 changed files with 0 additions and 14 deletions

View File

@ -350,13 +350,6 @@ function statistics_settings() {
return $output;
}
/**
* Saves the values entered in the "config statistics" administration form.
*/
function statistics_save_statistics($edit) {
variable_set('statistics_display_counter', $edit['statistics_display_counter']);
}
/**
* Implementation of hook_cron().
*/

View File

@ -350,13 +350,6 @@ function statistics_settings() {
return $output;
}
/**
* Saves the values entered in the "config statistics" administration form.
*/
function statistics_save_statistics($edit) {
variable_set('statistics_display_counter', $edit['statistics_display_counter']);
}
/**
* Implementation of hook_cron().
*/