[LON-CAPA-cvs] cvs: rat / lonratsrv.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 03 Apr 2002 15:30:13 -0000
matthew Wed Apr 3 10:30:13 2002 EDT
Modified files:
/rat lonratsrv.pm
Log:
Fixed bad error message reported in bug 242.
Index: rat/lonratsrv.pm
diff -u rat/lonratsrv.pm:1.16 rat/lonratsrv.pm:1.17
--- rat/lonratsrv.pm:1.16 Thu Nov 29 14:23:49 2001
+++ rat/lonratsrv.pm Wed Apr 3 10:30:13 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Server for RAT Maps
#
-# $Id: lonratsrv.pm,v 1.16 2001/11/29 19:23:49 www Exp $
+# $Id: lonratsrv.pm,v 1.17 2002/04/03 15:30:13 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -290,7 +290,7 @@
print $fh $outstr;
$errtext.="Map saved as $fn. ";
} else {
- $errtext.='Could not write file $fn. Map not saved. ';
+ $errtext.='Could not write file '.$fn.'. Map not saved. ';
}
}
} else {