--- loncom/homework/grades.pm 2006/06/12 22:12:10 1.362 +++ loncom/homework/grades.pm 2006/06/12 22:14:29 1.363 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.362 2006/06/12 22:12:10 albertel Exp $ +# $Id: grades.pm,v 1.363 2006/06/12 22:14:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2469,8 +2469,10 @@ sub handback_files { $message .= " The returned file is named:
".$save_file_name."
"; $message .= " and can be found in your portfolio space."; &Apache::lonnet::logthis($message); + my $url = (&Apache::lonnet::decode_symb($symb))[2]; + $url = &Apache::lonnet::declutter($url); my $msgstatus = &Apache::lonmsg::user_normal_msg($stuname,$domain, - $subject.' [File Returned]',$message); + $subject.' (File Returned) ['.$url.']',$message); } $request->print("
".$fname." will be the uploaded file name"); $request->print(" ".$env{'form.'.$newflg.'_'.$part_resp.'_origdoc'.$file_counter});