--- loncom/interface/lonbulletin.pm 2004/05/05 21:04:14 1.21 +++ loncom/interface/lonbulletin.pm 2004/05/05 23:04:57 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.21 2004/05/05 21:04:14 raeburn Exp $ +# $Id: lonbulletin.pm,v 1.22 2004/05/05 23:04:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -42,7 +42,7 @@ sub handler { $r->send_http_header; 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 $r->print(< @@ -194,7 +194,7 @@ ENDDOCUMENT } $r->print(&Apache::lonfeedback::list_discussion ('board','OPEN','bulletin___'.$marker.'___'. - $r->uri,$ENV{'form.previous'}).''); + $r->uri).''); return OK; }