Diff for /rat/lonambiguous.pm between versions 1.22 and 1.23

version 1.22, 2008/11/11 16:06:46 version 1.23, 2008/11/20 15:19:05
Line 27 Line 27
 #  #
   
   
 =head1 NAME  
   
 Apache::lonambiguous  
   
 =head1 SYNOPSIS  
   
 Handler to resolve ambiguous file locations.  
   
 This is part of the LearningOnline Network with CAPA project  
 described at http://www.lon-capa.org.  
   
 =head1 HANDLER SUBROUTINE  
   
 make_symb()  
   
 and  
   
 handler()  
   
 =head1 OTHER SUBROUTINES  
   
 =over  
   
 =item *  
   
 cleanup()  
   
 =item *  
   
 getlost()  
   
 =back  
   
 =cut  
   
 package Apache::lonambiguous;  package Apache::lonambiguous;
   
Line 266  __END__ Line 232  __END__
   
   
   
   =head1 NAME
   
   Apache::lonambiguous
   
   =head1 SYNOPSIS
   
   Handler to resolve ambiguous file locations.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =head1 HANDLER SUBROUTINE
   
   make_symb()
   
   and
   
   handler()
   
   =head1 OTHER SUBROUTINES
   
   =over
   
   =item *
   
   cleanup()
   
   =item *
   
   getlost()
   
   =back
   
   =cut
   
   
   

Removed from v.1.22  
changed lines
  Added in v.1.23


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