Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.290 and 1.291

version 1.290, 2002/10/03 15:04:29 version 1.291, 2002/10/03 22:32:53
Line 2599  sub courseresdata { Line 2599  sub courseresdata {
     return $courseresdatacache{$hashid}->{$item};      return $courseresdatacache{$hashid}->{$item};
  }   }
     }      }
     return '';      return undef;
 }  }
   
 # --------------------------------------------------------- Value of a Variable  # --------------------------------------------------------- Value of a Variable

Removed from v.1.290  
changed lines
  Added in v.1.291


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