--- loncom/homework/structuretags.pm 2002/12/02 17:15:07 1.140 +++ loncom/homework/structuretags.pm 2002/12/05 14:37:17 1.141 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.140 2002/12/02 17:15:07 albertel Exp $ +# $Id: structuretags.pm,v 1.141 2002/12/05 14:37:17 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -118,7 +118,7 @@ sub page_start { return ($result,$head_tag_start,$body_tag_start,$form_tag_start); } -use Time::HiRes(); +#use Time::HiRes(); sub get_resource_name { my ($parstack,$safeeval)=@_; my $name=&Apache::lonnet::gettitle();