diff --git a/components/file.inc b/components/file.inc index 578ff61..24fbd47 100644 --- a/components/file.inc +++ b/components/file.inc @@ -99,7 +99,7 @@ '#default_value' => array_intersect($current_types, $types), ); - $types = array('txt', 'rtf', 'html', 'odf', 'pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'xml'); + $types = array('txt', 'rtf', 'html', 'pdf', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'xml'); $form['validation']['extensions']['types']['documents'] = array( '#type' => 'checkboxes', '#title' => t('Documents'),