summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-09 07:05:49 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-09 07:05:49 +0000
commitef6823d418a15ad399cd0c7df9f8e5f85fa04085 (patch)
tree73d091e19a7fba3d6319d4864078b0bf7cba5cc9
parentb4933bcd30e59efff9baf4de01e879d105a4d8d3 (diff)
downloadbrdo-ef6823d418a15ad399cd0c7df9f8e5f85fa04085.tar.gz
brdo-ef6823d418a15ad399cd0c7df9f8e5f85fa04085.tar.bz2
- Patch #47999 by chx: removed dead code.
-rw-r--r--modules/statistics.module2
-rw-r--r--modules/statistics/statistics.module2
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'),