--- loncom/interface/Attic/londropadd.pm 2006/02/07 05:08:32 1.134 +++ loncom/interface/Attic/londropadd.pm 2006/02/07 16:21:26 1.135 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.134 2006/02/07 05:08:32 raeburn Exp $ +# $Id: londropadd.pm,v 1.135 2006/02/07 16:21:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1340,7 +1340,7 @@ function photowindow(photolink) { END if ($env{'course.'.$env{'request.course.id'}.'.internal.showphotos'}) { - my %photo_options = &Apache::lonlocal::texthash ( + my %photo_options = &Apache::lonlocal::texthash( 'on' => 'Show', 'off' => 'Hide', ); @@ -1494,10 +1494,12 @@ END $end END if ($env{'course.'.$env{'request.course.id'}. - '.internal.showphotos'}) { + '.internal.showphotos'}) { if ($displayphotos eq 'on') { - my $imgurl = &Apache::lonnet::retrievestudentphoto($domain, - $username,'gif','thumbnail'); + my $imgurl = + &Apache::lonnet::retrievestudentphoto($domain, + $username,'gif', + 'thumbnail'); $r->print(' '); } else {