Closed
Bug 297599
Opened 19 years ago
Closed 13 years ago
uninitialized value in Bugzilla/Search.pm when query.cgi gets query_format but not format
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: karl, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412
Build Identifier:
If I go to <http://karl.karl.kornel.name/bugzilla/query.cgi?query_format=advanced>, I get the
following 2 lines in my server's error_log:
[Mon Jun 13 18:38:04 2005] query.cgi: Use of uninitialized value in string eq at Bugzilla/Search.pm line
1281.
[Mon Jun 13 18:38:04 2005] query.cgi: Use of uninitialized value in string eq at Bugzilla/Search.pm line
1281.
This error does not appear if I go to <http://karl.karl.kornel.name/bugzilla/query.cgi?
query_format=advanced&format=advanced>, <http://karl.karl.kornel.name/bugzilla/query.cgi?
format=advanced>, or <http://karl.karl.kornel.name/bugzilla/query.cgi?format=advanced>. I don't
know exactly how I got to a URL that included query_format but not format (I found it in my server
logs).
Reproducible: Always
Steps to Reproduce:
This is in Bugzilla 2.18.1. I have not attempted to verify it in a later version of Bugzilla.
Updated•19 years ago
|
Blocks: bz-warnings
Reporter | ||
Updated•19 years ago
|
Severity: minor → trivial
Version: unspecified → 2.18.1
Comment 1•13 years ago
|
||
Cannot reproduce with 4.0, 4.2 and 4.3.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•