Diff for /loncom/interface/lonpreferences.pm between versions 1.15 and 1.16

version 1.15, 2002/10/14 20:41:07 version 1.16, 2002/10/16 19:36:25
Line 378  ENDHEADER Line 378  ENDHEADER
  "Password data was blank.\n</p>");   "Password data was blank.\n</p>");
  return;   return;
     }      }
     # Get the keysecen my $lonhost = $r->dir_config('lonHostID');      # Get the keys
       my $lonhost = $r->dir_config('lonHostID');
     my $tmpinfo = Apache::lonnet::reply('tmpget:'.$logtoken,$lonhost);      my $tmpinfo = Apache::lonnet::reply('tmpget:'.$logtoken,$lonhost);
     if (($tmpinfo=~/^error/) || ($tmpinfo eq 'con_lost')) {      if (($tmpinfo=~/^error/) || ($tmpinfo eq 'con_lost')) {
         # I do not a have a better idea about how to handle this          # I do not a have a better idea about how to handle this

Removed from v.1.15  
changed lines
  Added in v.1.16


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