Issue #2028599 by maximpodorov, andypost: Remove extra spaces in field.install

merge-requests/26/head
Jennifer Hodgdon 2013-06-26 13:24:54 -07:00
parent f083e0f782
commit fa1ea2a912
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function field_schema() {
'not null' => TRUE,
'default' => ''
),
'entity_type' => array(
'entity_type' => array(
'type' => 'varchar',
'length' => 32,
'not null' => TRUE,