Diff for /loncom/interface/lonfeedback.pm between versions 1.135 and 1.136

version 1.135, 2004/11/15 22:16:59 version 1.136, 2004/11/15 22:17:51
Line 3066  ENDREDIR Line 3066  ENDREDIR
       &modify_attachments($r,\@currnewattach,\@currdelold,$symb,$idx,        &modify_attachments($r,\@currnewattach,\@currdelold,$symb,$idx,
   $attachmenturls);    $attachmenturls);
       return OK;        return OK;
   } elsif ($ENV{'form.chgreads'}) {  
       my ($map,$ind,$url)=&Apache::lonnet::decode_symb($ENV{'form.chgreads'});  
       &redirect_back($r,&Apache::lonnet::clutter($url),  
      &mt('Changed read status').'<br />','0','0');  
       return OK;  
   } elsif ($ENV{'form.export'}) {    } elsif ($ENV{'form.export'}) {
       &Apache::loncommon::content_type($r,'text/html');        &Apache::loncommon::content_type($r,'text/html');
       $r->send_http_header;        $r->send_http_header;

Removed from v.1.135  
changed lines
  Added in v.1.136


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