Diff for /rat/lonratparms.pm between versions 1.25 and 1.26

version 1.25, 2008/11/11 16:40:38 version 1.26, 2008/11/20 15:19:05
Line 26 Line 26
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
 #  #
   
 =head1 NAME  
   
 Apache::lonratparams  
   
 =head1 SYNOPSIS  
   
 Handler to set resource parameters inside of  
 the RAT based on metadata.  
   
 This is part of the LearningOnline Network with CAPA project  
 described at http://www.lon-capa.org.  
   
 =head1 HANDLER SUBROUTINE  
   
 handler()  
   
 =head1 OTHER SUBROUTINES  
   
 =over  
   
 =item *  
   
 none  
   
 =back  
   
 =cut  
   
 package Apache::lonratparms;  package Apache::lonratparms;
   
 use strict;  use strict;
Line 180  END Line 152  END
 1;  1;
 __END__  __END__
   
   
   
   =head1 NAME
   
   Apache::lonratparams
   
   =head1 SYNOPSIS
   
   Handler to set resource parameters inside of
   the RAT based on metadata.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =head1 HANDLER SUBROUTINE
   
   handler()
   
   =head1 OTHER SUBROUTINES
   
   =over
   
   =item *
   
   none
   
   =back
   
   =cut
   

Removed from v.1.25  
changed lines
  Added in v.1.26


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