Closed
Bug 288861
Opened 20 years ago
Closed 20 years ago
Odd number of elements in anonymous hash at query.cgi line 392
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
557 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
query.cgi: Odd number of elements in anonymous hash at query.cgi line 392:
push(@charts, {'rows' => \@rows, 'negate' => $cgi->param("negate$chart")});| Assignee | ||
Updated•20 years ago
|
Blocks: bz-warnings
| Assignee | ||
Comment 1•20 years ago
|
||
this seems to fix the problem...
Comment 2•20 years ago
|
||
Comment on attachment 180135 [details] [diff] [review] add scalar(), v1 Yeah, that fixes that error which happens when the param is not passed.
Attachment #180135 -
Flags: review?(wicked) → review+
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: blocking2.20?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•20 years ago
|
||
Checking in query.cgi; /cvsroot/mozilla/webtools/bugzilla/query.cgi,v <-- query.cgi new revision: 1.144; previous revision: 1.143 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Flags: blocking2.20?
You need to log in
before you can comment on or make changes to this bug.
Description
•