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

version 1.20, 2004/04/30 23:13:52 version 1.21, 2004/05/05 21:04:14
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']);
 # ------------------------------------------------------------ Print the screen  # ------------------------------------------------------------ Print the screen
     $r->print(<<ENDDOCUMENT);      $r->print(<<ENDDOCUMENT);
 <html>  <html>
Line 193  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).'</body></html>');         $r->uri,$ENV{'form.previous'}).'</body></html>');
     return OK;      return OK;
 }   } 
   

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


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