--- loncom/homework/edit.pm 2002/01/11 16:32:29 1.27 +++ loncom/homework/edit.pm 2002/01/21 16:40:57 1.28 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.27 2002/01/11 16:32:29 matthew Exp $ +# $Id: edit.pm,v 1.28 2002/01/21 16:40:57 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -320,13 +320,6 @@ sub modifiedfield { # &Apache::lonxml::debug("I want homework_edit_$Apache::lonxml::curdepth"); # &Apache::lonxml::debug($ENV{"form.homework_edit_$Apache::lonxml::curdepth"}); $result=$ENV{"form.homework_edit_$Apache::lonxml::curdepth"}; - if (defined $token) { - if (defined $token->[4]) { - $result=$token->[4].$result; - } else { - $result=$result.$token->[2]; - } - } return $result; }