Diff for /loncom/interface/lonuserutils.pm between versions 1.97.2.9 and 1.97.2.10

version 1.97.2.9, 2010/01/20 20:38:52 version 1.97.2.10, 2010/01/20 20:40:43
Line 2462  END Line 2462  END
                        time.'_'.rand(1000000000).'.csv';                         time.'_'.rand(1000000000).'.csv';
         unless ($CSVfile = Apache::File->new('>/home/httpd'.$CSVfilename)) {          unless ($CSVfile = Apache::File->new('>/home/httpd'.$CSVfilename)) {
             $r->log_error("Couldn't open $CSVfilename for output $!");              $r->log_error("Couldn't open $CSVfilename for output $!");
             $r->print(&mt('Problems occurred in writing the CSV file. '              $r->print(
                          .'This error has been logged. '                  '<p class="LC_error">'
                          .'Please alert your LON-CAPA administrator.'));                 .&mt('Problems occurred in writing the CSV file.')
                  .' '.&mt('This error has been logged.')
                  .' '.&mt('Please alert your LON-CAPA administrator.')
                  .'</p>'
               );
             $CSVfile = undef;              $CSVfile = undef;
         }          }
         #          #

Removed from v.1.97.2.9  
changed lines
  Added in v.1.97.2.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>