Diff for /loncom/interface/lonbulletin.pm between versions 1.21 and 1.22

version 1.21, 2004/05/05 21:04:14 version 1.22, 2004/05/05 23:04:57
Line 42  sub handler { Line 42  sub handler {
     $r->send_http_header;      $r->send_http_header;
     return OK if $r->header_only;      return OK if $r->header_only;
   
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['previous']);  #    &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['previous']);
 # ------------------------------------------------------------ Print the screen  # ------------------------------------------------------------ Print the screen
     $r->print(<<ENDDOCUMENT);      $r->print(<<ENDDOCUMENT);
 <html>  <html>
Line 194  ENDDOCUMENT Line 194  ENDDOCUMENT
     }      }
     $r->print(&Apache::lonfeedback::list_discussion      $r->print(&Apache::lonfeedback::list_discussion
       ('board','OPEN','bulletin___'.$marker.'___'.        ('board','OPEN','bulletin___'.$marker.'___'.
        $r->uri,$ENV{'form.previous'}).'</body></html>');         $r->uri).'</body></html>');
     return OK;      return OK;
 }   } 
   

Removed from v.1.21  
changed lines
  Added in v.1.22


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