Closed Bug 132634 Opened 23 years ago Closed 23 years ago

error in report when quip option is selected

Categories

(Bugzilla :: Reporting/Charting, defect)

2.15
x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: cedric.caron, Assigned: gerv)

Details

Attachments

(1 file, 1 obsolete file)

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.
Attached patch patch (obsolete) — Splinter Review
This patch fix the problem on my system
Attached patch patchSplinter Review
diff -u and minor changes
Attachment #75487 - Attachment is obsolete: true
Comment on attachment 75736 [details] [diff] [review] patch r=gerv. Gerv
Attachment #75736 - Flags: review+
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
fixing incorrect milestones on fixed bugs.
Target Milestone: --- → Bugzilla 2.16
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: