--- loncom/interface/lonuserutils.pm 2008/09/12 13:39:26 1.68 +++ loncom/interface/lonuserutils.pm 2008/09/12 14:35:46 1.69 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.68 2008/09/12 13:39:26 droeschl Exp $ +# $Id: lonuserutils.pm,v 1.69 2008/09/12 14:35:46 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2244,7 +2244,7 @@ END time.'_'.rand(1000000000).'.csv'; unless ($CSVfile = Apache::File->new('>/home/httpd'.$CSVfilename)) { $r->log_error("Couldn't open $CSVfilename for output $!"); - $r->print(&mt('Problems occurred in writing the csv file. ' + $r->print(&mt('Problems occurred in writing the CSV file. ' .'This error has been logged. ' .'Please alert your LON-CAPA administrator.')); $CSVfile = undef;