[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework response.pm

raeburn raeburn at source.lon-capa.org
Wed Oct 23 18:35:22 EDT 2019


raeburn		Wed Oct 23 22:35:22 2019 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	response.pm 
  Log:
  - For 2.11
    Backport 1.247
  
  
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.244.2.1 loncom/homework/response.pm:1.244.2.2
--- loncom/homework/response.pm:1.244.2.1	Sun Sep  2 16:51:51 2018
+++ loncom/homework/response.pm	Wed Oct 23 22:35:22 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # various response type definitons response definition
 #
-# $Id: response.pm,v 1.244.2.1 2018/09/02 16:51:51 raeburn Exp $
+# $Id: response.pm,v 1.244.2.2 2019/10/23 22:35:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1307,7 +1307,7 @@
 	return 1;
     }
     # Submit All button on a .page was pressed
-    if (defined($env{'form.all_submit'})) { return 1; }
+    if ($env{'form.all_submit'}) { return 1; }
     # otherwise no submission occurred
     return 0;
 }




More information about the LON-CAPA-cvs mailing list