Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
963d7f61
Commit
963d7f61
authored
Nov 19, 1999
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary.
parent
cd85543e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
post_bug.cgi
post_bug.cgi
+7
-0
No files found.
post_bug.cgi
View file @
963d7f61
...
@@ -65,6 +65,13 @@ if (!defined $::FORM{'component'} || $::FORM{'component'} eq "") {
...
@@ -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
;
my
$forceAssignedOK
=
0
;
if
(
$::FORM
{
'assigned_to'
}
eq
""
)
{
if
(
$::FORM
{
'assigned_to'
}
eq
""
)
{
SendSQL
(
"select initialowner from components where program="
.
SendSQL
(
"select initialowner from components where program="
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment