--- project.inc.orig	2007-12-29 22:11:19.000000000 -0500
+++ project.inc	2007-12-30 11:21:44.000000000 -0500
@@ -281,8 +281,8 @@ function project_project_set_breadcrumb(
   $breadcrumb[] = l(t('Home'), NULL);
 
   // Find out if the site has created a menu name for /project and use that
-  $pid = $_menu['path index']['project'];
-  $name = $_menu['items'][$pid]['title'];
+  $project_id = $_menu['path index']['project'];
+  $name = $_menu['items'][$project_id]['title'];
   $breadcrumb[] = l($name, 'project', array('title' => t('Browse projects')));
 
   if (!empty($node) && project_use_taxonomy()) {
