# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- sites\all\modules\webform_mailchimp\webform_mailchimp.orig.module
+++ sites\all\modules\webform_mailchimp\webform_mailchimp.module
@@ -30,6 +30,7 @@
 function webform_mailchimp_webform_submission_insert($node, $submission) {
   global $user;
   $mailchimp_lists = array();
+  $email_address = '';
 
   if (!empty($node->webform['components'])) {
     foreach ($node->webform['components'] AS $key => $field) {
