- Removed some dead code.
parent
6978fcb6ec
commit
1b6d8cad85
|
@ -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().
|
||||
*/
|
||||
|
|
|
@ -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().
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue