Diff for /loncom/interface/loncoursedata.pm between versions 1.8 and 1.9

version 1.8, 2002/07/30 21:31:48 version 1.9, 2002/07/30 23:07:10
Line 344  sub ProcessTopResourceMap { Line 344  sub ProcessTopResourceMap {
 #                &Apache::lonnet::metdata($meta,'title');  #                &Apache::lonnet::metdata($meta,'title');
             $cache->{$currentResourceID.':title'}=              $cache->{$currentResourceID.':title'}=
                 $hash{'title_'.$currentResourceID};                  $hash{'title_'.$currentResourceID};
               $cache->{$currentResourceID.':source'}=
                   $hash{'src_'.$currentResourceID};
   
             # Get Parts for problem              # Get Parts for problem
             my %beenHere;              my %beenHere;

Removed from v.1.8  
changed lines
  Added in v.1.9


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