Index: issue.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue/issue.inc,v
retrieving revision 1.251
diff -u -F^f -r1.251 issue.inc
--- issue.inc	27 Sep 2007 01:11:16 -0000	1.251
+++ issue.inc	27 Sep 2007 16:17:46 -0000
@@ -568,7 +568,7 @@ function project_issue_form($node, $para
 
     // Load the project and initialize some support arrays.
     $project = node_load(array('nid' => $pid, 'type' => 'project_project'));
-    if (trim($project->help)) {
+    if (trim($project->help) && empty($_POST)) {
       drupal_set_message(filter_xss($project->help));
     }
     if (module_exists('project_release') &&
