diff --git a/src/Resources/contao/dca/tl_contact_person.php b/src/Resources/contao/dca/tl_contact_person.php index 05f82a4..54ee36b 100644 --- a/src/Resources/contao/dca/tl_contact_person.php +++ b/src/Resources/contao/dca/tl_contact_person.php @@ -175,7 +175,7 @@ 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''" + 'sql' => "varchar(64) NOT NULL default ''" ), 'anrede_brief' => array (