--- loncom/interface/portfolio.pm 2006/07/30 19:38:13 1.140 +++ loncom/interface/portfolio.pm 2006/08/02 02:34:54 1.141 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.140 2006/07/30 19:38:13 banghart Exp $ +# $Id: portfolio.pm,v 1.141 2006/08/02 02:34:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1484,10 +1484,6 @@ sub upload { $file_name = $env{'form.currentpath'}.$file_name; $file_name = &prepend_group($file_name); $found_file = 1; - # FIXME I think this is incorrect, prepend_group took care of this? - if (defined($group)) { - $file_name = $group.'/'.$file_name; - } if (&Apache::lonnet::is_locked($file_name,$udom,$uname) eq 'true') { $locked_file = 1; }