--- loncom/lond 2011/07/31 22:55:48 1.477 +++ loncom/lond 2011/08/01 20:13:01 1.478 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.477 2011/07/31 22:55:48 raeburn Exp $ +# $Id: lond,v 1.478 2011/08/01 20:13:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,7 +60,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.477 $'; #' stupid emacs +my $VERSION='$Revision: 1.478 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -1658,11 +1658,11 @@ sub read_lonnet_global { } } else { if (defined(${$lonnetglobal})) { - $response = &escape(${$item}); + $response = &escape(${$lonnetglobal}); } } + $result .= &escape($what).'='.$response.'&'; } - $result .= &escape($what).'='.$response.'&'; } $result =~ s/\&$//; &Reply($client,\$result,$userinput);