| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork2/lib/WeBWorK.pm,v 1.103 2010/05/15 18:22:35 gage Exp $ |
4 | # $CVSHeader: webwork2/lib/WeBWorK.pm,v 1.104 2010/05/15 18:44:26 gage Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 357 | my $cg_end = time; |
357 | my $cg_end = time; |
| 358 | my $cg_duration = $cg_end - $cg_start; |
358 | my $cg_duration = $cg_end - $cg_start; |
| 359 | writeTimingLogEntry($ce, "[".$r->uri."]", sprintf("runTime = %.3f sec", $cg_duration)." ".$ce->{dbLayoutName}, ""); |
359 | writeTimingLogEntry($ce, "[".$r->uri."]", sprintf("runTime = %.3f sec", $cg_duration)." ".$ce->{dbLayoutName}, ""); |
| 360 | |
360 | |
| 361 | debug("returning result: " . (defined $result ? $result : "UNDEF") . "\n"); |
361 | debug("returning result: " . (defined $result ? $result : "UNDEF") . "\n"); |
| 362 | @LimitedPolynomial::BOP::ISA; #FIXME this is needed to zero out |
362 | # @LimitedPolynomial::BOP::ISA; #FIXME this is needed to zero out |
| 363 | #\@LimitedPolynomial::BOP::ISA and prevent error messages of the form |
363 | #\@LimitedPolynomial::BOP::ISA and prevent error messages of the form |
| 364 | #[Sat May 15 14:23:08 2010] [warn] [client 127.0.0.1] [/webwork2/gage_course/test_set/6/] |
364 | #[Sat May 15 14:23:08 2010] [warn] [client 127.0.0.1] [/webwork2/gage_course/test_set/6/] |
| 365 | #Can't locate package LimitedPolynomial::BOP for @LimitedPolynomial::BOP::add::ISA at /opt/webwork/webwork2/lib/Apache/WeBWorK.pm line 115., referer: http://localhost/webwork2/gage_course/test_set/6/ no one knows why |
365 | #Can't locate package LimitedPolynomial::BOP for @LimitedPolynomial::BOP::add::ISA at /opt/webwork/webwork2/lib/Apache/WeBWorK.pm line 115., referer: http://localhost/webwork2/gage_course/test_set/6/ no one knows why |
| 366 | return $result; |
366 | return $result; |
| 367 | } |
367 | } |