Closed
Bug 1268146
Opened 9 years ago
Closed 9 years ago
profiles.email is set back to match profiles.login_name every time checksetup.pl is run
Categories
(Bugzilla :: Database, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 6.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file)
564 bytes,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
Bugzilla::Install::DB::_split_login_and_email() must be executed only once, when profiles.email doesn't exist yet. There is a missing:
return if $dbh->bz_column_info('profiles', 'email');
at the beginning of the subroutine.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8746122 -
Flags: review?(gerv)
Updated•9 years ago
|
Attachment #8746122 -
Flags: review?(gerv) → review+
![]() |
Assignee | |
Comment 2•9 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
3891b63..86facf9 master -> master
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•