Index: modules/statistics/statistics.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v
retrieving revision 1.246
diff -u -u -p -r1.246 statistics.module
--- modules/statistics/statistics.module	26 Nov 2006 02:20:01 -0000	1.246
+++ modules/statistics/statistics.module	20 Dec 2006 22:54:01 -0000
@@ -45,11 +45,11 @@ function statistics_help($section) {
 }
 
 /**
- * Implementation of hook_init().
+ * Implementation of hook_exit().
  *
  * This is where statistics are gathered on page accesses.
  */
-function statistics_init() {
+function statistics_exit() {
   global $user, $recent_activity;
 
   drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);
