Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1101 and 1.1102

version 1.1101, 2011/01/21 12:08:28 version 1.1102, 2011/01/22 00:46:15
Line 8918  sub symbverify { Line 8918  sub symbverify {
             $thisurl =~ s/\?.+$//;              $thisurl =~ s/\?.+$//;
         }          }
         my $ids=$bighash{'ids_'.&clutter($thisurl)};          my $ids=$bighash{'ids_'.&clutter($thisurl)};
         unless ($ids) {           unless ($ids) {
            $ids=$bighash{'ids_/'.$thisurl};              my $idkey = 'ids_'.($thisurl =~ m{^/}? '' : '/').$thisurl;  
               $ids=$bighash{$idkey};
         }          }
         if ($ids) {          if ($ids) {
 # ------------------------------------------------------------------- Has ID(s)  # ------------------------------------------------------------------- Has ID(s)

Removed from v.1.1101  
changed lines
  Added in v.1.1102


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