summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-20 01:20:33 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-20 01:20:33 -0700
commitbe1bb23a1e16af14ca9ee7401e9be528c43796ed (patch)
treee754a1815dc836b9813e46b710facebd0a303d9c /profiles
parentee8670c29533a96fe1aa0b08e95d7327b983066b (diff)
downloadbrdo-be1bb23a1e16af14ca9ee7401e9be528c43796ed.tar.gz
brdo-be1bb23a1e16af14ca9ee7401e9be528c43796ed.tar.bz2
Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index 70829064d..5d447177f 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -327,7 +327,6 @@ function standard_install() {
'field_name' => 'field_image',
'type' => 'image',
'cardinality' => 1,
- 'translatable' => TRUE,
'locked' => FALSE,
'indexes' => array('fid' => array('fid')),
'settings' => array(