Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1056.4.20 and 1.1056.4.21

version 1.1056.4.20, 2011/01/21 12:18:28 version 1.1056.4.21, 2011/01/25 09:56:17
Line 8968  sub symbverify { Line 8968  sub symbverify {
         }          }
         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.1056.4.20  
changed lines
  Added in v.1.1056.4.21


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