Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.876 and 1.877

version 1.876, 2007/05/14 17:35:08 version 1.877, 2007/05/17 09:24:06
Line 5913  sub devalidatecourseresdata { Line 5913  sub devalidatecourseresdata {
   
 # --------------------------------------------------- Course Resourcedata Query  # --------------------------------------------------- Course Resourcedata Query
   
   
 sub get_courseresdata {  sub get_courseresdata {
     my ($coursenum,$coursedomain)=@_;      my ($coursenum,$coursedomain)=@_;
     my $coursehom=&homeserver($coursenum,$coursedomain);      my $coursehom=&homeserver($coursenum,$coursedomain);
Line 8530  setting for a specific $type, where $typ Line 8531  setting for a specific $type, where $typ
 @what should be a list of parameters to ask about. This routine caches  @what should be a list of parameters to ask about. This routine caches
 answers for 5 minutes.  answers for 5 minutes.
   
   =item *
   
   get_courseresdata($courseid, $domain) : dump the entire course resource
   data base, returning a hash that is keyed by the resource name and has
   values that are the resource value.  I believe that the timestamps and
   versions are also returned.
   
   
 =back  =back
   
 =head2 Course Modification  =head2 Course Modification
Line 9212  symblist($mapname,%newhash) : update sym Line 9221  symblist($mapname,%newhash) : update sym
 =back  =back
   
 =cut  =cut
   

Removed from v.1.876  
changed lines
  Added in v.1.877


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