Diff for /loncom/auth/localstudentphoto.pm between versions 1.5 and 1.7

version 1.5, 2008/11/10 13:20:24 version 1.7, 2008/11/20 14:37:52
Line 27 Line 27
 # 8/24 Guy Albertelli  # 8/24 Guy Albertelli
   
   
   
   
 package localstudentphoto;  package localstudentphoto;
 use lib '/home/httpd/lib/perl/';  use lib '/home/httpd/lib/perl/';
 use LONCAPA::Configuration;  use LONCAPA::Configuration;
Line 95  __END__ Line 93  __END__
   
 =head1 NAME  =head1 NAME
   
 AUTOLOAD  Apache::localstudentphoto
   
 =head1 SYNOPSIS  =head1 SYNOPSIS
   
Line 111  modified to include the new subroutines Line 109  modified to include the new subroutines
   
 See I<"Programming Perl"> 3rd ed. pp 296-298.  See I<"Programming Perl"> 3rd ed. pp 296-298.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
 =cut  =cut
   

Removed from v.1.5  
changed lines
  Added in v.1.7


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