Index: webform.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform.install,v
retrieving revision 1.54
diff -u -r1.54 webform.install
--- webform.install	30 Aug 2010 20:22:19 -0000	1.54
+++ webform.install	4 Sep 2010 18:11:06 -0000
@@ -412,7 +412,7 @@
  * Add columns for e-mail HTML and attachment settings.
  */
 function webform_update_7302() {
-  if (!db_column_exists('webform_emails', 'html')) {
+  if (!db_field_exists('webform_emails', 'html')) {
     db_add_field('webform_emails', 'html', array('type' => 'int', 'size' => 'tiny', 'unsigned' => TRUE, 'default' => 0, 'not null' => TRUE));
     db_add_field('webform_emails', 'attachments', array('type' => 'int', 'size' => 'tiny', 'unsigned' => TRUE, 'default' => 0, 'not null' => TRUE));
   }
