From ef6823d418a15ad399cd0c7df9f8e5f85fa04085 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 9 Feb 2006 07:05:49 +0000 Subject: [PATCH] - Patch #47999 by chx: removed dead code. --- modules/statistics.module | 2 +- modules/statistics/statistics.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statistics.module b/modules/statistics.module index 2b69ca444a5a..13342f6a3c8d 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -220,7 +220,7 @@ function statistics_user_tracker() { /** * Menu callback; presents the "recent hits" page. */ -function statistics_recent_hits($type = 'all', $id = 0) { +function statistics_recent_hits() { $header = array( array('data' => t('Timestamp'), 'field' => 'a.timestamp', 'sort' => 'desc'), array('data' => t('Page'), 'field' => 'a.path'), diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 2b69ca444a5a..13342f6a3c8d 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -220,7 +220,7 @@ function statistics_user_tracker() { /** * Menu callback; presents the "recent hits" page. */ -function statistics_recent_hits($type = 'all', $id = 0) { +function statistics_recent_hits() { $header = array( array('data' => t('Timestamp'), 'field' => 'a.timestamp', 'sort' => 'desc'), array('data' => t('Page'), 'field' => 'a.path'), -- GitLab