Index: modules/statistics/statistics.module =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v retrieving revision 1.234 diff -u -p -r1.234 statistics.module --- modules/statistics/statistics.module 7 Aug 2006 15:04:15 -0000 1.234 +++ modules/statistics/statistics.module 10 Aug 2006 12:43:36 -0000 @@ -55,11 +55,11 @@ function statistics_help($section) { } /** - * Implementation of hook_exit(). + * Implementation of hook_init(). * * This is where statistics are gathered on page accesses. */ -function statistics_exit() { +function statistics_init() { global $user, $recent_activity; drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);