--- custom_breadcrumbs.admin.inc	2008-12-05 22:30:00.000000000 -0600
+++ custom_breadcrumbs.admin.inc_FIXED.inc	2008-12-05 16:37:00.000000000 -0600
@@ -52,7 +52,7 @@ function custom_breadcrumbs_form() {
   $form['visibility_php'] = array(
     '#type' => 'textarea',
     '#title' => t('Breadcrumb visibility'),
-    '#access' => user_access('use php in custom pagers'),
+    '#access' => user_access('use php in custom breadcrumbs'),
     '#description' => t('Determine whether this breadcrumb should be displayed by using a snippet of PHP to return TRUE or FALSE. Note that this code has access to the $node variable, and can check its type or any other property.'),
     '#default_value' => $bid ? $breadcrumb->visibility_php : '',
   );
