- Patch #47999 by chx: removed dead code.

4.7.x
Dries Buytaert 2006-02-09 07:05:49 +00:00
parent b4933bcd30
commit ef6823d418
2 changed files with 2 additions and 2 deletions

View File

@ -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'),

View File

@ -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'),