--- tracker.module.original    2008-03-20 15:58:02.000000000 -0400
+++ tracker.module    2008-03-20 15:58:46.000000000 -0400
@@ -33,7 +33,6 @@
   $items['tracker/all'] = array(
     'title' => 'All recent posts',
     'type' => MENU_DEFAULT_LOCAL_TASK,
-    'access callback' => 'user_is_logged_in',
   );
   $items['tracker/%user_current'] = array(
     'title' => 'My recent posts', 