--- loncom/homework/structuretags.pm 2007/05/23 22:36:21 1.377 +++ loncom/homework/structuretags.pm 2007/05/28 22:51:29 1.378 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.377 2007/05/23 22:36:21 albertel Exp $ +# $Id: structuretags.pm,v 1.378 2007/05/28 22:51:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1226,7 +1226,7 @@ sub end_while { while ($return) { if (time-$starttime > $Apache::lonnet::perlvar{'lonScriptTimeout'}) { - #$return = 0; $error=1; next; + $return = 0; $error=1; next; } $result.=&Apache::scripttag::xmlparse($bodytext); $return = &Apache::run::run($code,$safeeval);