diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-10-20 18:57:09 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-10-20 18:57:09 +0000 |
commit | 864c18d4c3a26249357c1ba5b986e9f6d8d89082 (patch) | |
tree | b7b4e977ae9ffa7981d88d2d1757ec549965ecda /modules/statistics.module | |
parent | a98d2a260388651416c5f53206cb786d88ca20d0 (diff) | |
download | brdo-864c18d4c3a26249357c1ba5b986e9f6d8d89082.tar.gz brdo-864c18d4c3a26249357c1ba5b986e9f6d8d89082.tar.bz2 |
- added the CVS keyword $Id$ to all files to make future version tracking
easier. Also changed the <? tag to <?php in some cases.
Diffstat (limited to 'modules/statistics.module')
-rw-r--r-- | modules/statistics.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module index e5eb7465f..2cd684a23 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -1,4 +1,5 @@ <?php +// $Id$ if (variable_get("referer", 0) && $referer = getenv("HTTP_REFERER")) { db_query("INSERT INTO referer (URL, timestamp) values ('". check_input($referer) ."', '". time() ."')"); @@ -95,5 +96,5 @@ function statistics_admin() { } } } - +
?>
\ No newline at end of file |