? .DS_Store
? cck_field_perms.patch
Index: cck_field_perms.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck_field_perms/cck_field_perms.module,v
retrieving revision 1.3.2.4
diff -u -p -r1.3.2.4 cck_field_perms.module
--- cck_field_perms.module	3 Jan 2007 20:46:33 -0000	1.3.2.4
+++ cck_field_perms.module	4 Jan 2007 23:42:51 -0000
@@ -187,7 +187,7 @@ function cck_field_perms_edit(){
   
   $types = content_types();
   foreach ($types as $key => $value){
-  	$options[$key] = $value['label']; 
+  	$options[$key] = $value['name']; 
   }
   $enabled_types = variable_get('cfp_types', null);
   $form['field_perms']['cfp_types'] = array(
