--- loncom/xml/lonxml.pm 2005/01/28 09:49:52 1.352 +++ loncom/xml/lonxml.pm 2005/01/28 21:08:45 1.353 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.352 2005/01/28 09:49:52 albertel Exp $ +# $Id: lonxml.pm,v 1.353 2005/01/28 21:08:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1262,7 +1262,7 @@ sub handler { } &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;