summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-12-09 15:15:10 +0000
committerDries Buytaert <dries@buytaert.net>2001-12-09 15:15:10 +0000
commitbf810154f6f1ccde131bf5435a3403cce0242972 (patch)
tree2fe6db8d4f589eb63104dd4920b136258e94bebd /modules/statistics.module
parent6c69a8bfe6cefc795d13ef55713775565b966ba8 (diff)
downloadbrdo-bf810154f6f1ccde131bf5435a3403cce0242972.tar.gz
brdo-bf810154f6f1ccde131bf5435a3403cce0242972.tar.bz2
- Added a "queue for moderation"-toggle to a node's admin form and
updated the node modules to support this.
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 78ee849ff..6a243b2ff 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -10,7 +10,7 @@ function statistics_help() {
$output .= "<p>1. The external referrer log indicates which other sites are linking your website and how many visitors they refer. Each link made to your site - when a user on another site clicks on a link to your site - generates a referral entry in the log.</p>";
$output .= "<p>2. The internal referrer log indicates the referrals within the domain of your site. This log is useful for assessing and evaluating the structure of your website, to learn which pages are being accessed, and to gain insight into the way users are navigating your site.</p>";
$output .= "<p>Drupal automatically rotates the referrer logs after a set period of time. The life-time of the accumulated data can be configured via the settings and filters option under site administration.</p>";
- $output .= "<p>Warning: Drupal gets the referrer information from the HTTP_REFERER environment variable. This not always set properly by web browsers.</p>";
+ $output .= "<p>Warning: Drupal gets the referrer information from the HTTP_REFERER environment variable. This is not always set properly by web browsers.</p>";
return $output;
}