diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-02-09 07:05:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-02-09 07:05:49 +0000 |
commit | ef6823d418a15ad399cd0c7df9f8e5f85fa04085 (patch) | |
tree | 73d091e19a7fba3d6319d4864078b0bf7cba5cc9 | |
parent | b4933bcd30e59efff9baf4de01e879d105a4d8d3 (diff) | |
download | brdo-ef6823d418a15ad399cd0c7df9f8e5f85fa04085.tar.gz brdo-ef6823d418a15ad399cd0c7df9f8e5f85fa04085.tar.bz2 |
- Patch #47999 by chx: removed dead code.
-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'), |