--- loncom/homework/grades.pm 2007/01/04 16:50:02 1.387 +++ loncom/homework/grades.pm 2007/01/04 21:24:39 1.388 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.387 2007/01/04 16:50:02 raeburn Exp $ +# $Id: grades.pm,v 1.388 2007/01/04 21:24:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2537,7 +2537,7 @@ sub handback_files { $message .= ' The returned file(s) are named: '. $file_msg; $message .= " and can be found in your portfolio space."; my $url = (&Apache::lonnet::decode_symb($symb))[2]; - my $feedurl = &Apache::lonnet::declutter($url); + my $feedurl = &Apache::lonnet::clutter($url); my $encrypturl=&Apache::lonnet::EXT('resource.0.encrypturl', $symb,$domain,$stuname); my ($baseurl,$showsymb);