--- loncom/interface/portfolio.pm 2010/04/12 17:27:24 1.223 +++ loncom/interface/portfolio.pm 2010/06/20 03:13:46 1.224 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.223 2010/04/12 17:27:24 bisitz Exp $ +# $Id: portfolio.pm,v 1.224 2010/06/20 03:13:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1933,7 +1933,8 @@ sub check_for_upload { $found_file = 1; if (&Apache::lonnet::is_locked($file_name,$udom,$uname) eq 'true') { $locked_file = 1; - } + } + last; } } my $getpropath = 1;