--- loncom/interface/lonpreferences.pm 2002/10/14 20:41:07 1.15 +++ loncom/interface/lonpreferences.pm 2002/10/16 19:36:25 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.15 2002/10/14 20:41:07 albertel Exp $ +# $Id: lonpreferences.pm,v 1.16 2002/10/16 19:36:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -378,7 +378,8 @@ ENDHEADER "Password data was blank.\n

"); 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); if (($tmpinfo=~/^error/) || ($tmpinfo eq 'con_lost')) { # I do not a have a better idea about how to handle this