Diff for /rat/lonuserstate.pm between versions 1.33 and 1.34

version 1.33, 2002/07/07 17:52:20 version 1.34, 2002/07/15 12:22:32
Line 277  sub traceroute { Line 277  sub traceroute {
     $sofar=simplify($sofar);      $sofar=simplify($sofar);
     unless ($beenhere=~/\&$rid\&/) {      unless ($beenhere=~/\&$rid\&/) {
        $beenhere.=$rid.'&';           $beenhere.=$rid.'&';  
        if ($retfurl eq '') {         if (($retfurl eq '') && ($hash{'src_'.$rid})) {
            my ($mapid,$resid)=split(/\./,$rid);             my ($mapid,$resid)=split(/\./,$rid);
            $retfurl=$hash{'src_'.$rid}.'?symb='.             $retfurl=$hash{'src_'.$rid}.'?symb='.
            &Apache::lonnet::symbclean(             &Apache::lonnet::symbclean(

Removed from v.1.33  
changed lines
  Added in v.1.34


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