Closed
Bug 178801
Opened 22 years ago
Closed 22 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)
(deleted),
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
Undefined subroutine &Bugzilla::Search::ThrowCodeError called at
Bugzilla/Search.pm line 855.
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Comment on attachment 105426 [details] [diff] [review]
patch v1: obvious fix
r=justdave
a=justdave
Attachment #105426 -
Flags: review+
Comment 3•22 years ago
|
||
Theres a
ThrowUserError("illegal_date");
lower down which needs the same thing applied to it
Reporter | ||
Comment 4•22 years ago
|
||
Comment 5•22 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•22 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: 22 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
•