--- loncom/interface/loncommon.pm 2006/12/01 21:52:29 1.483 +++ loncom/interface/loncommon.pm 2006/12/05 01:51:48 1.486 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.483 2006/12/01 21:52:29 albertel Exp $ +# $Id: loncommon.pm,v 1.486 2006/12/05 01:51:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2942,7 +2942,7 @@ sub blockcheck { last; } } - } else { + } else { if (&Apache::lonnet::allowed('evb',undef,undef,$checkrole)) { $no_ownblock = 1; last; @@ -5225,7 +5225,6 @@ sub record_sep { } } else { my @allfields; - &Apache::lonnet::logthis("file type is ".$env{'form.upfiletype'}); if ($env{'form.upfiletype'} eq 'semisv') { @allfields=split(/;/,$record); } else {