? webform_install.patch
Index: webform.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform.install,v
retrieving revision 1.46
diff -u -p -r1.46 webform.install
--- webform.install	3 Apr 2010 02:49:23 -0000	1.46
+++ webform.install	5 Apr 2010 22:37:17 -0000
@@ -328,7 +328,6 @@ function webform_schema() {
 function webform_install() {
   module_load_include('inc', 'node', 'content_types');
   db_query("UPDATE {system} SET weight = -1 WHERE name='webform' AND type='module'");
-  drupal_install_schema('webform');
 
   // Create the default webform type.
   $webform_type = array(
