Index: includes/webform.report.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/includes/webform.report.inc,v
retrieving revision 1.27
diff -u -p -r1.27 webform.report.inc
--- includes/webform.report.inc	29 Sep 2010 18:38:16 -0000	1.27
+++ includes/webform.report.inc	19 Nov 2010 12:18:26 -0000
@@ -503,7 +503,7 @@ function theme_webform_results_download_
  *   27 Feb 2005       ,1035,56 ,212   ,X         ,        ,        ,..,       ,X          ,X       ,X       ,..,X       ,How is this?
  *
  */
-function webform_results_download($node, $format = 'delimiter', $options = array()) {
+function webform_results_download($node, $format = 'delimited', $options = array()) {
   module_load_include('inc', 'webform', 'includes/webform.export');
   module_load_include('inc', 'webform', 'includes/webform.components');
 
@@ -520,7 +520,7 @@ function webform_results_download($node,
   if (empty($options)) {
     $options = array(
       'delimiter' => variable_get('webform_csv_delimiter', '\t'),
-      'components' => array_keys($submission_information) + array_keys(webform_component_list($node, 'csv', TRUE)),
+      'components' => array_merge(array_keys($submission_information), array_keys(webform_component_list($node, 'csv', TRUE))),
       'select_keys' => 0,
       'select_format' => 'separate',
     );
