Bugzilla – Attachment #167386: Bug 36367: Set to undef when unsetting for
bug #36367
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 36367
Collapse All
|
Expand All
(-)
a/C4/Context.pm (-2 / +1 lines)
Lines 703-709 Destroys user environment variables.
Link Here
703
703
704
sub unset_userenv
704
sub unset_userenv
705
{
705
{
706
$context->{userenv} = {};
706
$context->{userenv} = undef;
707
}
707
}
708
708
709
709
710
-
Return to
bug 36367