Bugzilla – Attachment #165121: 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 702-708 Destroys user environment variables.
Link Here
702
702
703
sub unset_userenv
703
sub unset_userenv
704
{
704
{
705
$context->{userenv} = {};
705
$context->{userenv} = undef;
706
}
706
}
707
707
708
708
709
-
Return to
bug 36367