Diff for /loncom/interface/lonaboutme.pm between versions 1.32 and 1.33

version 1.32, 2004/11/13 10:06:17 version 1.33, 2004/12/02 18:53:13
Line 158  ENDDOCUMENT Line 158  ENDDOCUMENT
        if ($syllabus{'uploaded.photourl'}) {         if ($syllabus{'uploaded.photourl'}) {
    &Apache::lonnet::allowuploaded('/adm/aboutme',     &Apache::lonnet::allowuploaded('/adm/aboutme',
   $syllabus{'uploaded.photourl'});    $syllabus{'uploaded.photourl'});
    my $image='<img src="'.$syllabus{'uploaded.photourl'}.'"     my $image=
                            align="right" />';                 qq{<img src="$syllabus{'uploaded.photourl'}" align="right" />};
    if ($target eq 'tex') {     if ($target eq 'tex') {
        $image=&Apache::lonxml::xmlparse($r,'tex',$image);         $image=&Apache::lonxml::xmlparse($r,'tex',$image);
    }     }

Removed from v.1.32  
changed lines
  Added in v.1.33


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