[LON-CAPA-cvs] cvs: loncom(version_0_6) /auth lonroles.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 19 Mar 2003 22:22:18 -0000
albertel Wed Mar 19 17:22:18 2003 EDT
Modified files: (Branch: version_0_6)
/loncom/auth lonroles.pm
Log:
- $tfont not defined in the backport
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.46.2.1 loncom/auth/lonroles.pm:1.46.2.2
--- loncom/auth/lonroles.pm:1.46.2.1 Wed Mar 19 16:54:32 2003
+++ loncom/auth/lonroles.pm Wed Mar 19 17:22:18 2003
@@ -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 @@
$twhere=$ENV{'course.'.$tcourseid.'.description'};
unless ($twhere eq 'Currently not available') {
$twhere.=' <font size="-2">'.
- &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom,$tfont).
+ &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom).
'</font>';
}
} else {
@@ -338,7 +338,7 @@
if (%newhash) {
$twhere=$newhash{'description'}.
' <font size="-2">'.
- &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom,$tfont).
+ &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom).
'</font>';
} else {
$twhere='Currently not available';