--- loncom/interface/lonfeedback.pm 2004/11/19 18:58:49 1.140
+++ loncom/interface/lonfeedback.pm 2004/11/19 19:43:05 1.142
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Feedback
#
-# $Id: lonfeedback.pm,v 1.140 2004/11/19 18:58:49 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.142 2004/11/19 19:43:05 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -965,6 +965,7 @@ sub build_posting_display {
} else {
$rolematch .= ':'.$sectionpick;
$skiptest = 0;
+ }
}
if ($statusfilter) {
if ($statusfilter eq 'all') {
@@ -2088,7 +2089,7 @@ ENDNOREDIRTWO
}
sub screen_header {
- my ($feedurl) = @_;
+ my ($feedurl,$symb) = @_;
my $msgoptions='';
my $discussoptions='';
unless (($ENV{'form.replydisc'}) || ($ENV{'form.editdisc'})) {
@@ -2114,7 +2115,7 @@ sub screen_header {
}
}
if ($ENV{'request.course.id'}) {
- if (&discussion_open() &&
+ if (&discussion_open(undef,$symb) &&
&Apache::lonnet::allowed('pch',
$ENV{'request.course.id'}.
($ENV{'request.course.sec'}?'/'.$ENV{'request.course.sec'}:''))) {
@@ -2124,7 +2125,7 @@ sub screen_header {
$discussoptions.='
'.
&mt('Anonymous contribution to course discussion of resource').
' ('.&mt('name only visible to course faculty').')';
- }
+ }
}
if ($msgoptions) { $msgoptions='