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

raeburn raeburn at source.lon-capa.org
Sun Oct 15 09:26:55 EDT 2017


raeburn		Sun Oct 15 13:26:55 2017 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Use correct mailing type.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1297 loncom/interface/loncommon.pm:1.1298
--- loncom/interface/loncommon.pm:1.1297	Fri Oct 13 20:37:35 2017
+++ loncom/interface/loncommon.pm	Sun Oct 15 13:26:55 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1297 2017/10/13 20:37:35 raeburn Exp $
+# $Id: loncommon.pm,v 1.1298 2017/10/15 13:26:55 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -14862,7 +14862,7 @@
             }
         }
     }
-    if ($mailing eq 'helpdesk') {
+    if ($mailing eq 'helpdeskmail') {
         if ((!@recipients) && ($lastresort ne '')) {
             push(@recipients,$lastresort);
         }




More information about the LON-CAPA-cvs mailing list