summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost_bug.cgi7
1 files changed, 7 insertions, 0 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index fcbf9bab7..668baf2e7 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -65,6 +65,13 @@ if (!defined $::FORM{'component'} || $::FORM{'component'} eq "") {
}
+if (!defined $::FORM{'short_desc'} || trim($::FORM{'short_desc'}) eq "") {
+ print "You must enter a summary for this bug. Please hit the\n";
+ print "<B>Back</B> button and try again.\n";
+ exit;
+}
+
+
my $forceAssignedOK = 0;
if ($::FORM{'assigned_to'} eq "") {
SendSQL("select initialowner from components where program=" .