--- webform.module.orig	2009-10-14 19:26:46.000000000 -0700
+++ webform.module.new	2009-11-04 14:50:09.250000000 -0800
@@ -1191,7 +1191,7 @@
       // The user must be some other role to submit.
       $message = t('You do not have permission to view this form.');
     }
-  }
+  } else {
 
   // If the user has exceeded the limit of submissions, explain the limit.
   if ($limit_exceeded) {
@@ -1216,7 +1216,7 @@
       $message .= ' '. t('<a href="!url">View your previous submissions</a>.', array('!url' => url('node/'. $node->nid .'/submissions')));
     }
   }
-
+  }
   if ($page && isset($message)) {
     drupal_set_message($message, $type);
   }
