From be1bb23a1e16af14ca9ee7401e9be528c43796ed Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 20 Jul 2011 01:20:33 -0700 Subject: 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. --- profiles/standard/standard.install | 1 - 1 file changed, 1 deletion(-) (limited to 'profiles') 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( -- cgit v1.2.3