Closed
Bug 132634
Opened 23 years ago
Closed 23 years ago
error in report when quip option is selected
Categories
(Bugzilla :: Reporting/Charting, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: cedric.caron, Assigned: gerv)
Details
Attachments
(1 file, 1 obsolete file)
600 bytes,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
Generating a report with the quip option selected is generating the folowing
error if no quip are defined...
Use of uninitialized value in concatenation (.) or string at
C:\DL\Devlopment\BugZilla\current\mozilla\webtools\bugzilla\reports.cgi line
337 (#1) (W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To
suppress this warning assign a defined value to your variables. To help you
figure out what was undefined, perl tells you what operation you used the
undefined value in. Note, however, that perl optimizes your program and the
operation displayed in the warning may not necessarily appear literally in your
program. For example, "that $foo" is usually optimized into "that " . $foo, and
the warning will refer to the concatenation (.) operator, even though there is
no . in your program. [Thu Mar 21 21:41:21 2002]
C:\DL\Devlopment\BugZilla\current\mozilla\webtools\bugzilla\reports.cgi: Use of
uninitialized value in concatenation (.) or string at
C:\DL\Devlopment\BugZilla\current\mozilla\webtools\bugzilla\reports.cgi line
337.
Reporter | ||
Comment 1•23 years ago
|
||
This patch fix the problem on my system
diff -u and minor changes
Attachment #75487 -
Attachment is obsolete: true
Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 75736 [details] [diff] [review]
patch
r=gerv.
Gerv
Attachment #75736 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
No second review needed. Checked in.
Checking in reports.cgi;
/cvsroot/mozilla/webtools/bugzilla/reports.cgi,v <-- reports.cgi
new revision: 1.52; previous revision: 1.51
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
fixing incorrect milestones on fixed bugs.
Target Milestone: --- → Bugzilla 2.16
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
•