make unset/logininfo not reset back to 1 after login
authorminima <minima>
Sat, 15 Sep 2001 19:25:40 +0000 (19:25 +0000)
committerminima <minima>
Sat, 15 Sep 2001 19:25:40 +0000 (19:25 +0000)
Changes
perl/DXUser.pm

diff --git a/Changes b/Changes
index cf77e2f8b7ab7a07532a738f0e61af0d129ee3f8..344b05740e7a70baf8259bfd7d525c9126988129 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+15Sep01=======================================================================
+1. released 1.48
+2. found 1st bug, fixed unset/logininfo reseting itself after logout 
 14Sep01=======================================================================
 1. added the start of script files on login/startup. You can now add 
 commands (for example to set variables) to a file called 
index cbedad4114a561e5e16034ddfb587e7e8a826e36..e65dd9227ae37a814a78dd40ea34fae3e6091270 100644 (file)
@@ -527,10 +527,7 @@ sub wantann_talk
 
 sub wantlogininfo
 {
-       my $self = shift;
-       my $n = shift;
-       $self->{wantlogininfo} = $n if $n;
-       return exists $self->{wantlogininfo} ? $self->{wantlogininfo} : 0;
+       return _want('logininfo', @_);
 }
 
 sub is_node