[LON-CAPA-cvs] cvs: loncom /homework response.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sat, 21 Jan 2006 08:17:51 -0000
albertel Sat Jan 21 03:17:51 2006 EDT
Modified files:
/loncom/homework response.pm
Log:
- more of BUG#4608, was loggin survey submissions to the grading queue
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.134 loncom/homework/response.pm:1.135
--- loncom/homework/response.pm:1.134 Tue Dec 20 11:31:50 2005
+++ loncom/homework/response.pm Sat Jan 21 03:17:51 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# various response type definitons response definition
#
-# $Id: response.pm,v 1.134 2005/12/20 16:31:50 albertel Exp $
+# $Id: response.pm,v 1.135 2006/01/21 08:17:51 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -884,7 +884,8 @@
my ($symb,$courseid,$domain,$name) = &Apache::lonxml::whichuser();
if ( $courseid eq ''
|| $symb eq ''
- || $env{'request.state'} eq 'construct') {
+ || $env{'request.state'} eq 'construct'
+ || $Apache::lonhomework::type ne 'problem') {
return;
}