--- loncom/interface/londocs.pm 2009/10/30 19:50:24 1.406
+++ loncom/interface/londocs.pm 2010/01/21 14:55:18 1.414
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.406 2009/10/30 19:50:24 raeburn Exp $
+# $Id: londocs.pm,v 1.414 2010/01/21 14:55:18 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -117,15 +117,15 @@ sub authorhosts {
sub dumpbutton {
my ($home,$other,%outhash)=&authorhosts();
- my $type = &Apache::loncommon::course_type();
+ my $crstype = &Apache::loncommon::course_type();
if ($home+$other==0) { return ''; }
if ($home) {
- my $link = "".&mt('Dump '.$type.' DOCS to Construction Space')."";
+ my $link = "".&mt('Dump '.$crstype.' DOCS to Construction Space')."";
return $link.' '.
&Apache::loncommon::help_open_topic('Docs_Dump_Course_Docs').'
';
} else {
return '