Closed
Bug 178801
Opened 23 years ago
Closed 23 years ago
missing &:: in Search.pm
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: myk, Assigned: endico)
References
Details
Attachments
(2 files)
|
806 bytes,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
|
573 bytes,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
Undefined subroutine &Bugzilla::Search::ThrowCodeError called at
Bugzilla/Search.pm line 855.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 105426 [details] [diff] [review]
patch v1: obvious fix
r=justdave
a=justdave
Attachment #105426 -
Flags: review+
Comment 3•23 years ago
|
||
Theres a
ThrowUserError("illegal_date");
lower down which needs the same thing applied to it
| Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Comment on attachment 105430 [details] [diff] [review]
second fix for same problem somewhere else
r=justdave
a=justdave
Attachment #105430 -
Flags: review+
| Reporter | ||
Comment 6•23 years ago
|
||
[myk@myk bztip]$ cvs commit Bugzilla/Search.pm
Checking in Bugzilla/Search.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Search.pm,v <-- Search.pm
new revision: 1.26; previous revision: 1.25
done
[myk@myk bztip]$ cvs commit Bugzilla/Search.pm
Checking in Bugzilla/Search.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Search.pm,v <-- Search.pm
new revision: 1.27; previous revision: 1.26
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 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
•