Diff for /loncom/homework/lonhomework.pm between versions 1.299 and 1.300

version 1.299, 2008/11/19 18:34:56 version 1.300, 2008/11/25 13:16:17
Line 25 Line 25
 #  #
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
   
   =pod
   
   =head1 NAME
   
   Apache::lonhomework.pm
   
   =head1 SYNOPSIS
   
   handles requests for output, evaluation, and
   alteration of a homework resource
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   
   =head1 NOTABLE SUBROUTINES
   
   =cut
   
   
 package Apache::lonhomework;  package Apache::lonhomework;
 use strict;  use strict;

Removed from v.1.299  
changed lines
  Added in v.1.300


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