projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f7ee856
)
Issue #1846510 by Tor Arne Thune: Remove duplicate that in code comment
author
Jennifer Hodgdon
Tue, 27 Nov 2012 15:33:04 +0000 (07:33 -0800)
committer
Jennifer Hodgdon
Tue, 27 Nov 2012 15:33:04 +0000 (07:33 -0800)
modules/field_ui/field_ui.admin.inc
patch
|
blob
|
blame
|
history
diff --git
a/modules/field_ui/field_ui.admin.inc
b/modules/field_ui/field_ui.admin.inc
index
1dff2b5
..
a8a70b0
100644
(file)
--- a/
modules/field_ui/field_ui.admin.inc
+++ b/
modules/field_ui/field_ui.admin.inc
@@
-1534,7
+1534,7
@@
function field_ui_existing_field_options($entity_type, $bundle) {
// - locked fields,
// - fields already in the current bundle,
// - fields that cannot be added to the entity type,
- // - fields that that should not be added via user interface.
+ // - fields that should not be added via user interface.
if (empty($field['locked'])
&& !field_info_instance($entity_type, $field['field_name'], $bundle)