--- loncom/auth/lonroles.pm 2003/03/19 21:54:32 1.46.2.1
+++ loncom/auth/lonroles.pm 2003/03/19 22:22:18 1.46.2.2
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.46.2.1 2003/03/19 21:54:32 albertel Exp $
+# $Id: lonroles.pm,v 1.46.2.2 2003/03/19 22:22:18 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -329,7 +329,7 @@ ENDHEADER
$twhere=$ENV{'course.'.$tcourseid.'.description'};
unless ($twhere eq 'Currently not available') {
$twhere.=' '.
- &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom,$tfont).
+ &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom).
'';
}
} else {
@@ -338,7 +338,7 @@ ENDHEADER
if (%newhash) {
$twhere=$newhash{'description'}.
' '.
- &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom,$tfont).
+ &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom).
'';
} else {
$twhere='Currently not available';