[LON-CAPA-cvs] cvs: loncom /homework grades.pm /interface londocs.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 27 12:21:35 EDT 2020
raeburn Thu Aug 27 16:21:35 2020 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- Fix typo in changes in rev. 1.672
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.672 loncom/interface/londocs.pm:1.673
--- loncom/interface/londocs.pm:1.672 Tue Aug 11 19:02:31 2020
+++ loncom/interface/londocs.pm Thu Aug 27 16:21:35 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.672 2020/08/11 19:02:31 raeburn Exp $
+# $Id: londocs.pm,v 1.673 2020/08/27 16:21:35 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6643,7 +6643,7 @@
'bb' => ['Import',$importpubform],
'cc' => ['External',$externalform],
'dd' => ['Grading',$gradingform],
- 'ff' => ['Other',$specialdocumentsform];
+ 'ff' => ['Other',$specialdocumentsform],
);
unless ($container eq 'page') {
$orderhash{'00'} = ['Newfolder',$newfolderform];
More information about the LON-CAPA-cvs
mailing list