--- loncom/homework/lonhomework.pm 2002/10/14 16:46:42 1.94 +++ loncom/homework/lonhomework.pm 2002/10/14 20:41:07 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.94 2002/10/14 16:46:42 bowersj2 Exp $ +# $Id: lonhomework.pm,v 1.95 2002/10/14 20:41:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -506,7 +506,8 @@ sub handler { #my $t0 = [&gettimeofday()]; my $request=$_[0]; - #if ( $ENV{'user.name'} eq 'albertel' ) {$Apache::lonxml::debug=1;} +# if ( $ENV{'user.name'} eq 'albertel' ) {$Apache::lonxml::debug=1;} + $Apache::lonxml::debug=$ENV{'user.debug'}; if (&setupheader($request)) { return OK; } $ENV{'request.uri'}=$request->uri;