&$GLOBALS['TL_LANG']['tl_module']['eSM_team_group'], 'exclude' => true, 'inputType' => 'select', 'foreignKey' => 'tl_eSM_team_group.title', 'eval' => array('mandatory'=>true,'includeBlankOption'=>true), 'sql' => "int(10) unsigned NOT NULL default '0'" ); $GLOBALS['TL_DCA']['tl_module']['fields']['eSM_team_divisions'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_module']['eSM_team_divisions'], 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => $GLOBALS['eSM_team']['divisions'], 'reference' => &$GLOBALS['TL_LANG']['REF']['divisions'], 'eval' => array('mandatory'=>true, 'multiple'=>true), 'sql' => "blob NULL" );