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

raeburn raeburn at source.lon-capa.org
Thu Feb 12 16:09:24 EST 2015


raeburn		Thu Feb 12 21:09:24 2015 EDT

  Modified files:              
    /loncom/interface	lonmsgdisplay.pm 
  Log:
  - If an attachment is included in a critical message, the URL needs to be 
    passed as the final arg in the call to &lonmsg::user_crit_msg().
  
  
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.178 loncom/interface/lonmsgdisplay.pm:1.179
--- loncom/interface/lonmsgdisplay.pm:1.178	Thu Dec 11 01:52:30 2014
+++ loncom/interface/lonmsgdisplay.pm	Thu Feb 12 21:09:24 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging display
 #
-# $Id: lonmsgdisplay.pm,v 1.178 2014/12/11 01:52:30 raeburn Exp $
+# $Id: lonmsgdisplay.pm,v 1.179 2015/02/12 21:09:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2929,7 +2929,8 @@
 						   $env{'form.sendbck'},
 						   $env{'form.permanent'},
 						   \$sentmessage{$address},
-                                                   $nosentstore,$recipid);
+                                                   $nosentstore,$recipid,
+                                                   $attachmenturl);
 	    } else {
 		$r->print(&mt('Sending').' '.$recuname.':'.$recdomain.': ');
 		@thismsg=




More information about the LON-CAPA-cvs mailing list