--- loncom/interface/loncommon.pm 2007/02/28 16:30:40 1.508 +++ loncom/interface/loncommon.pm 2007/02/28 21:45:43 1.509 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.508 2007/02/28 16:30:40 www Exp $ +# $Id: loncommon.pm,v 1.509 2007/02/28 21:45:43 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2270,7 +2270,7 @@ sub track_student_link { # ===================================================== Display a student photo -sub studentimagetag { +sub student_image_tag { my ($domain,$user)=@_; my $imgsrc=&Apache::lonnet::studentphoto($domain,$user,'jpg'); if (($imgsrc) && ($imgsrc ne '/adm/lonKaputt/lonlogo_broken.gif')) {