--- loncom/auth/localstudentphoto.pm 2008/11/10 13:20:24 1.5 +++ loncom/auth/localstudentphoto.pm 2008/11/20 14:37:52 1.7 @@ -1,6 +1,6 @@ # The LON-CAPA dummy student photo fetch mechnism # -# $Id: localstudentphoto.pm,v 1.5 2008/11/10 13:20:24 jms Exp $ +# $Id: localstudentphoto.pm,v 1.7 2008/11/20 14:37:52 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -27,8 +27,6 @@ # 8/24 Guy Albertelli - - package localstudentphoto; use lib '/home/httpd/lib/perl/'; use LONCAPA::Configuration; @@ -95,7 +93,7 @@ __END__ =head1 NAME -AUTOLOAD +Apache::localstudentphoto =head1 SYNOPSIS @@ -111,5 +109,8 @@ modified to include the new subroutines 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