Closed
Bug 333195
Opened 19 years ago
Closed 19 years ago
Cannot post a bug with keywords in it
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
717 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
bug 303695 broke post_bug.cgi, you can no longer post a bug if it has any keywords in it. It's a simple fix, just changing a q{ to a qq{
| Assignee | ||
Comment 1•19 years ago
|
||
This is a one-line fix for a critical bug.
Attachment #217639 -
Flags: review?(LpSolit)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.24
Comment 2•19 years ago
|
||
Comment on attachment 217639 [details] [diff] [review]
v1
Yup, this fixes the SQL crash.
Attachment #217639 -
Flags: review?(LpSolit) → review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.143; previous revision: 1.142
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•