Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.266 and 1.267

version 1.266, 2002/08/09 19:49:30 version 1.267, 2002/08/13 14:37:52
Line 1114  sub str2hashref { Line 1114  sub str2hashref {
           }            }
       } else {        } else {
           $string =~ s/^(.*?)=//;            $string =~ s/^(.*?)=//;
   $key=$1    $key=&unescape($1);
       }        }
       $string =~ s/^=//;        $string =~ s/^=//;
   

Removed from v.1.266  
changed lines
  Added in v.1.267


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