--- loncom/interface/lonbulletin.pm 2004/04/30 23:13:52 1.20 +++ loncom/interface/lonbulletin.pm 2004/05/05 21:04:14 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.20 2004/04/30 23:13:52 albertel Exp $ +# $Id: lonbulletin.pm,v 1.21 2004/05/05 21:04:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -42,6 +42,7 @@ sub handler { $r->send_http_header; return OK if $r->header_only; + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['previous']); # ------------------------------------------------------------ Print the screen $r->print(< @@ -193,7 +194,7 @@ ENDDOCUMENT } $r->print(&Apache::lonfeedback::list_discussion ('board','OPEN','bulletin___'.$marker.'___'. - $r->uri).''); + $r->uri,$ENV{'form.previous'}).''); return OK; }