Closed
Bug 266191
Opened 21 years ago
Closed 20 years ago
Improper use of SQL boolean in CGI.pl for database independence
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 285678
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
717 bytes,
patch
|
Details | Diff | Splinter Review |
In DumpBugActivity() in CGI.pl NOT (COALESCE(attachments.isprivate, 0)) should
be (COALESCE(attachments.isprivate, 0)) = 0. Patch attached.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee: myk → dkl
Status: NEW → ASSIGNED
Comment 2•20 years ago
|
||
Handled by bug 285678.
*** This bug has been marked as a duplicate of 285678 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•