From a7325fae5a3251a197c34bd2a03d02ac08c50dcd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 Jan 2009 12:01:24 +0000 Subject: - Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics settings to a more logical place. --- modules/statistics/statistics.admin.inc | 2 +- modules/statistics/statistics.module | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) (limited to 'modules') diff --git a/modules/statistics/statistics.admin.inc b/modules/statistics/statistics.admin.inc index db13fbf1b..d527ae4c8 100644 --- a/modules/statistics/statistics.admin.inc +++ b/modules/statistics/statistics.admin.inc @@ -180,7 +180,7 @@ function statistics_access_log($aid) { * @ingroup forms * @see system_settings_form() */ -function statistics_access_logging_settings() { +function statistics_settings_form() { // Access log settings: $options = array('1' => t('Enabled'), '0' => t('Disabled')); $form['access'] = array( diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index e0c45ef36..7a8d5b4a2 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -14,19 +14,19 @@ function statistics_help($path, $arg) { case 'admin/help#statistics': $output = '

' . t('The statistics module keeps track of numerous site usage statistics, including the number of times, and from where, each of your posts is viewed. These statistics are useful in determining how users are interacting with each other and with your site, and are required for the display of some Drupal blocks.') . '

'; $output .= '

' . t('The statistics module provides:') . '

'; - $output .= '