[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Wed Aug 31 16:54:42 EDT 2016


raeburn		Wed Aug 31 20:54:42 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    - Backport 1.1251.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.109 loncom/interface/loncommon.pm:1.1075.2.110
--- loncom/interface/loncommon.pm:1.1075.2.109	Sun Aug 14 00:24:29 2016
+++ loncom/interface/loncommon.pm	Wed Aug 31 20:54:41 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.109 2016/08/14 00:24:29 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.110 2016/08/31 20:54:41 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -14602,6 +14602,9 @@
        if ($args->{'setcontent'}) {
            $cenv{'question.email'}=$args->{'ccuname'}.':'.$args->{'ccdomain'};
        }
+       if ($args->{'setcomment'}) {
+           $cenv{'comment.email'}=$args->{'ccuname'}.':'.$args->{'ccdomain'};
+       }
     }
     if ($args->{'reshome'}) {
 	$cenv{'reshome'}=$args->{'reshome'}.'/';




More information about the LON-CAPA-cvs mailing list