--- loncom/homework/lonhomework.pm 2005/01/28 09:49:52 1.194 +++ loncom/homework/lonhomework.pm 2005/01/28 21:08:45 1.195 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.194 2005/01/28 09:49:52 albertel Exp $ +# $Id: lonhomework.pm,v 1.195 2005/01/28 21:08:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -440,7 +440,7 @@ sub setupheader { &Apache::loncommon::no_cache($request); } $request->set_last_modified(&Apache::lonnet::metadata($request->uri, - 'lastrevisiondate'); + 'lastrevisiondate')); $request->send_http_header; return OK if $request->header_only; return ''