diff options
-rw-r--r-- | modules/statistics.module | 2 | ||||
-rw-r--r-- | modules/statistics/statistics.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics.module b/modules/statistics.module index 2b69ca444..13342f6a3 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 2b69ca444..13342f6a3 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'), |