summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-06-26 13:24:54 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-06-26 13:24:54 -0700
commitfa1ea2a912c541f5717ffe06d0fc3b7dc7f68506 (patch)
treec59a5e7bd857fcb255e1c85ff77181e70ddb2734 /modules
parentf083e0f782cf424c3b93b4c3cbacd51bfb635e5f (diff)
downloadbrdo-fa1ea2a912c541f5717ffe06d0fc3b7dc7f68506.tar.gz
brdo-fa1ea2a912c541f5717ffe06d0fc3b7dc7f68506.tar.bz2
Issue #2028599 by maximpodorov, andypost: Remove extra spaces in field.install
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.install b/modules/field/field.install
index a4b153481..c5c5005d7 100644
--- a/modules/field/field.install
+++ b/modules/field/field.install
@@ -128,7 +128,7 @@ function field_schema() {
'not null' => TRUE,
'default' => ''
),
- 'entity_type' => array(
+ 'entity_type' => array(
'type' => 'varchar',
'length' => 32,
'not null' => TRUE,