[LON-CAPA-cvs] cvs: loncom(version_2_8_X) /publisher lonupload.pm
raeburn
raeburn@source.lon-capa.org
Wed, 17 Dec 2008 19:18:47 -0000
raeburn Wed Dec 17 19:18:47 2008 EDT
Modified files: (Branch: version_2_8_X)
/loncom/publisher lonupload.pm
Log:
- Remove duplicate concatenation operator.
Index: loncom/publisher/lonupload.pm
diff -u loncom/publisher/lonupload.pm:1.38.2.1 loncom/publisher/lonupload.pm:1.38.2.2
--- loncom/publisher/lonupload.pm:1.38.2.1 Fri Dec 12 02:42:49 2008
+++ loncom/publisher/lonupload.pm Wed Dec 17 19:18:47 2008
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# Handler to upload files into construction space
#
-# $Id: lonupload.pm,v 1.38.2.1 2008/12/12 02:42:49 raeburn Exp $
+# $Id: lonupload.pm,v 1.38.2.2 2008/12/17 19:18:47 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -117,7 +117,7 @@
if ($fn=~/\.(\w+)$/ &&
(&Apache::loncommon::fileembstyle($1) eq 'hdn')) {
$r->print('<p class="LC_error">'
- .&mt('The extension on this file, [_1], is reserved internally by LON-CAPA.','"'.$1.'"' ).
+ .&mt('The extension on this file, [_1], is reserved internally by LON-CAPA.','"'.$1.'"' )
.' <br />'.&mt('Please change the extension.')
.'</p>');
} elsif($fn=~/\.(\w+)$/ &&