diff --git a/dca/tl_module.php b/dca/tl_module.php index 2a22fe8..78a02d4 100644 --- a/dca/tl_module.php +++ b/dca/tl_module.php @@ -133,8 +133,8 @@ public function getTagScopeTemplates(DataContainer $dc) ( 'label' => &$GLOBALS['TL_LANG']['tl_module']['tag_filter'], 'inputType' => 'text', - 'eval' => array('maxlength'=>255, 'tl_class' => 'w50'), - 'sql' => "varchar(255) NOT NULL default ''" + 'eval' => array('maxlength'=>1000, 'tl_class' => 'w50'), + 'sql' => "varchar(1000) NOT NULL default ''" ); $GLOBALS['TL_DCA']['tl_module']['fields']['tag_tagfield'] = array