--- loncom/interface/lonsyllabus.pm 2003/05/21 20:10:53 1.19 +++ loncom/interface/lonsyllabus.pm 2003/09/09 19:39:04 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.19 2003/05/21 20:10:53 www Exp $ +# $Id: lonsyllabus.pm,v 1.22 2003/09/09 19:39:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -119,7 +119,7 @@ ENDDOCUMENT if ($ENV{'user.environment'}) { # does this user have privileges to post, etc? if ($ENV{'request.course.id'}) { - $allowed=&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}); + $allowed=&Apache::lonnet::allowed('mdc',$ENV{'request.course.id'}); if ($forcestudent) { $allowed=0; } } if ($allowed) { @@ -127,7 +127,7 @@ ENDDOCUMENT &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'
This syllabus can be publicly viewed at http://'. $Apache::lonnet::hostname{$homeserver}.$r->uri.''. &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'
'. - 'Show Student View'. + '
Show Public View'. &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView'). '
'); } @@ -210,7 +210,7 @@ ENDDOCUMENT if ($allowed) { $r->print('Show Student View'. + '
Show Public View'. &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'
'); } else { $r->print($message); @@ -218,7 +218,7 @@ ENDDOCUMENT } else { $message=~s/\n/\'. $message.'');