Diff for /rat/lonuserstate.pm between versions 1.81 and 1.82

version 1.81, 2004/10/26 23:00:11 version 1.82, 2004/11/10 21:30:48
Line 580  sub readmap { Line 580  sub readmap {
     }      }
 # ---------------------------------------------------------------- Encrypt URLs  # ---------------------------------------------------------------- Encrypt URLs
     foreach (keys %encurl) {      foreach (keys %encurl) {
  $hash{'src_'.$_}=&Apache::lonenc::encrypted($hash{'src_'.$_});  # $hash{'src_'.$_}=&Apache::lonenc::encrypted($hash{'src_'.$_});
    $hash{'encrypted_'.$_}=1;
     }      }
 # ----------------------------------------------- Close hashes to finally store  # ----------------------------------------------- Close hashes to finally store
 # --------------------------------- Routine must pass this point, no early outs  # --------------------------------- Routine must pass this point, no early outs

Removed from v.1.81  
changed lines
  Added in v.1.82


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>