[LON-CAPA-cvs] cvs: loncom / lonmap.pm
raeburn
raeburn at source.lon-capa.org
Thu Jan 3 15:32:40 EST 2013
raeburn Thu Jan 3 20:32:40 2013 EDT
Modified files:
/loncom lonmap.pm
Log:
- Eliminate duplicate declaration.
Index: loncom/lonmap.pm
diff -u loncom/lonmap.pm:1.8 loncom/lonmap.pm:1.9
--- loncom/lonmap.pm:1.8 Thu Dec 20 16:10:57 2012
+++ loncom/lonmap.pm Thu Jan 3 20:32:40 2013
@@ -2,7 +2,7 @@
#
# Read maps into a 'big hash'.
#
-# $Id: lonmap.pm,v 1.8 2012/12/20 16:10:57 raeburn Exp $
+# $Id: lonmap.pm,v 1.9 2013/01/03 20:32:40 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -295,7 +295,6 @@
#
sub versionerror {
my ($uri, $used, $unused) = @_;
- my ($uri,$usedversion,$unusedversion)=@_;
return '<br />'.
&mt('Version discrepancy: resource [_1] included in both version [_2] and version [_3]. Using version [_2].',
$uri,$used,$unused).'<br />';
More information about the LON-CAPA-cvs
mailing list