Index: clickpath.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/clickpath/Attic/clickpath.module,v
retrieving revision 1.1.2.1.2.2
diff -u -p -r1.1.2.1.2.2 clickpath.module
--- clickpath.module	12 Dec 2007 04:44:39 -0000	1.1.2.1.2.2
+++ clickpath.module	8 Jul 2008 20:42:11 -0000
@@ -120,11 +120,11 @@ function clickpath_preprocess_page(&$var
 }
 
 /**
- * Implementation of hook_exit.
+ * Implementation of hook_init.
  *
- * Saves the path a user visited on page exit.
+ * Saves the path a user visited on page init.
  */
-function clickpath_exit() {
+function clickpath_init() {
   clickpath_save_path($_GET['q']);
 }
 
