@@ -30,6 +30,7 @@ $GLOBALS['TL_DCA']['tl_news']['fields']['nc_sent'] = array
(
'exclude' => true,
'inputType' => 'checkbox',
+ 'default' => 1,
'eval' => array('doNotCopy'=>true),
'sql' => "char(1) NOT NULL default '1'"
);