--- loncom/auth/localstudentphoto.pm 2004/10/26 15:03:08 1.1 +++ loncom/auth/localstudentphoto.pm 2004/11/02 23:11:56 1.2 @@ -1,6 +1,6 @@ # The LON-CAPA dummy student photo fetch mechnism # -# $Id: localstudentphoto.pm,v 1.1 2004/10/26 15:03:08 albertel Exp $ +# $Id: localstudentphoto.pm,v 1.2 2004/11/02 23:11:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,11 +30,10 @@ package localstudentphoto; use lib '/home/httpd/lib/perl/'; use LONCAPA::Configuration; -use Apache::loncommon; sub fetch { my ($domain,$user)=@_; - return &Apache::loncommon::propath($domain,$user). + return &main::propath($domain,$user). '/userfiles/internal/studentphoto.jpg'; }