Closed
Bug 304588
Opened 19 years ago
Closed 19 years ago
Remove 'use Bugzilla::User' from DB.pm
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
826 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
User.pm is only required by the "obsolete" UserInGroup() routine. We can use Bugzilla->user->in_group() instead.
Comment 2•19 years ago
|
||
Comment on attachment 192648 [details] [diff] [review] patch, v1 Yep, obviously correct. r=mkanat on inspection.
Attachment #192648 -
Flags: review?(mkanat) → review+
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Target Milestone: --- → Bugzilla 2.22
Comment 3•19 years ago
|
||
I'll re-run the module dependency graph after this is checked in and see how many lines it removes. :) (probably only one, oh well)
Flags: approval? → approval+
| Assignee | ||
Comment 4•19 years ago
|
||
Checking in Bugzilla/DB.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB.pm,v <-- DB.pm new revision: 1.63; previous revision: 1.62 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
•