Diff for /loncom/interface/loncoursedata.pm between versions 1.188 and 1.189

version 1.188, 2008/09/11 14:47:21 version 1.189, 2008/11/17 14:16:55
Line 30 Line 30
   
 =head1 NAME  =head1 NAME
   
 loncoursedata  Apache::loncoursedata
   
 =head1 SYNOPSIS  =head1 SYNOPSIS
   
Line 64  use Digest::MD5(); Line 64  use Digest::MD5();
 This section contains all the functions that get data from other servers   This section contains all the functions that get data from other servers 
 and/or itself.  and/or itself.
   
 =cut  
   
 ################################################  
 ################################################  
   
 =pod  
   
 =item &make_into_hash($values);  =item &make_into_hash($values);
   
 Returns a reference to a hash as described by $values.  $values is  Returns a reference to a hash as described by $values.  $values is

Removed from v.1.188  
changed lines
  Added in v.1.189


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