Index: trunk/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r6583 -r7391 --- trunk/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 6583) +++ trunk/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 7391) @@ -85,18 +85,17 @@ 'EmailSettings' => Array( 'Icons' => Array('default'=>'icon16_custom.gif'), 'Fields' => Array( - 'Description' => Array('title'=>'la_col_Description', 'data_block' => 'label_grid_checkbox_td' ), - 'Type' => Array('title'=>'la_col_Type'), - 'Enabled' => Array('title'=>'la_col_Status'), - 'FromUser' => Array('title'=>'la_col_FromToUser'), - ), - - ), + 'Description' => Array('title'=>'la_col_Description', 'data_block' => 'label_grid_checkbox_td' ), + 'Type' => Array('title'=>'la_col_Type'), + 'Enabled' => Array('title'=>'la_col_Status'), + 'FromUser' => Array('title'=>'la_col_FromToUser'), + ), + ), ), ); if (defined('DEBUG_MODE') && DEBUG_MODE) { $config['Grids']['EmailSettings']['Fields']['EventId'] = Array('title' => 'la_col_Id'); } - + ?> \ No newline at end of file