Closed
Bug 49935
Opened 25 years ago
Closed 25 years ago
Groupset in checksetup.pl should be 0x7fffffffffffffff?
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Tracking
()
People
(Reporter: e.maryniak, Assigned: justdave)
Details
(Whiteboard: 2.12)
Attachments
(1 file)
|
617 bytes,
patch
|
Details | Diff | Splinter Review |
In checksetup.pl, around line #1191, should the statement:
$dbh->do("update profiles set groupset=0xffffffffffff");
not be replaced with:
$dbh->do("update profiles set groupset=0x7fffffffffffffff");
(conform the README file)?
This is just a minor thingie probably and not crucial.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
I got this sitting here waiting... it's an easy one. Someone give me an r= and
I'll hit return on my waiting 'cvs commit' :-)
| Assignee | ||
Comment 3•25 years ago
|
||
FYI, this is included in the patch in bug 17773, so if that one is checked in, it
will automatically fix this one.
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 6•24 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•13 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
•