Closed
Bug 308668
Opened 19 years ago
Closed 19 years ago
summarize_time.cgi: Use of uninitialized value in concatenation (.) or string
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: wicked, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
548 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
Summarize_time.cgi floods error log with error |summarize_time.cgi: Use of uninitialized value in concatenation (.) or string| when the optional period starting date field is left empty. Error comes from different lines, including 150, 231 and 315. All lines seem to have a SQL query that use $date_bits variable which is undefined when start date is not defined.
| Assignee | ||
Updated•19 years ago
|
Blocks: bz-warnings
Comment 1•19 years ago
|
||
Yep, I see this on my installation, too.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Comment 3•19 years ago
|
||
Comment on attachment 217459 [details] [diff] [review] patch, v1 Yay!
Attachment #217459 -
Flags: review?(wicked+bz) → review+
| Reporter | ||
Updated•19 years ago
|
Flags: approval?
Flags: approval2.22?
Flags: approval2.20?
Updated•19 years ago
|
Flags: approval?
Flags: approval2.22?
Flags: approval2.22+
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
| Assignee | ||
Comment 4•19 years ago
|
||
tip: Checking in summarize_time.cgi; /cvsroot/mozilla/webtools/bugzilla/summarize_time.cgi,v <-- summarize_time.cgi new revision: 1.16; previous revision: 1.15 done 2.22rc1: Checking in summarize_time.cgi; /cvsroot/mozilla/webtools/bugzilla/summarize_time.cgi,v <-- summarize_time.cgi new revision: 1.13.2.1; previous revision: 1.13 done 2.20.1: Checking in summarize_time.cgi; /cvsroot/mozilla/webtools/bugzilla/summarize_time.cgi,v <-- summarize_time.cgi new revision: 1.7.4.2; previous revision: 1.7.4.1 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
•