--- rat/lonratsrv.pm 2001/11/29 19:23:49 1.16 +++ rat/lonratsrv.pm 2002/04/03 15:30:13 1.17 @@ -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 @@ sub savemap { 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 {