diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-06-12 18:46:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-06-12 18:46:51 +0000 |
commit | 038a36b65260c28d104db830d78573915706bf4b (patch) | |
tree | b57efd78db30170b5de83adb0e2e851fd47ff55a /modules/statistics/statistics.module | |
parent | 8e8c8305aaa5f2f2379c29310e005b0445eba898 (diff) | |
download | brdo-038a36b65260c28d104db830d78573915706bf4b.tar.gz brdo-038a36b65260c28d104db830d78573915706bf4b.tar.bz2 |
- Patch #268621 by smk-ka: removed unused variable.
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 760219e1d..06bfef5c3 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -43,7 +43,7 @@ function statistics_help($path, $arg) { * This is where statistics are gathered on page accesses. */ function statistics_exit() { - global $user, $recent_activity; + global $user; drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH); |