$OpenBSD: patch-webform_module,v 1.4 2009/11/07 08:35:38 espie Exp $
--- webform.module.orig	Thu Oct 15 03:26:46 2009
+++ webform.module	Fri Oct 23 12:17:56 2009
@@ -249,6 +249,17 @@ function webform_menu() {
     'weight' => 2,
     'type' => MENU_LOCAL_TASK,
   );
+  $items['node/%webform_menu/submission/%webform_menu_submission/download'] = array(
+    'title' => 'Download',
+    'load arguments' => array(1),
+    'page callback' => 'drupal_get_form',
+    'page arguments' => array('webform_results_download_form', 1, 3),
+    'access callback' => 'webform_results_access',
+    'access arguments' => array(1, 'access webform results'),
+    'file' => 'webform_report.inc',
+    'weight' => 7,
+    'type' => MENU_LOCAL_TASK,
+  );
 
   return $items;
 }
