--- loncom/interface/loncommon.pm 2006/12/01 00:26:07 1.480 +++ loncom/interface/loncommon.pm 2006/12/01 00:28:14 1.481 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.480 2006/12/01 00:26:07 banghart Exp $ +# $Id: loncommon.pm,v 1.481 2006/12/01 00:28:14 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5139,10 +5139,8 @@ sub record_sep { my @allfields; &Apache::lonnet::logthis("file type is ".$env{'form.upfiletype'}); if ($env{'form.upfiletype'} eq 'semisv') { - &Apache::lonnet::logthis("splitting on ; "); @allfields=split(/;/,$record); } else { - &Apache::lonnet::logthis("splitting on , "); @allfields=split(/\,/,$record); } my $i=0;