[LON-CAPA-cvs] cvs: loncom /interface lonmsg.pm
schafran
schafran@source.lon-capa.org
Sat, 06 Dec 2008 20:29:18 -0000
schafran Sat Dec 6 20:29:18 2008 EDT
Modified files:
/loncom/interface lonmsg.pm
Log:
e-mail is generated, not message
Index: loncom/interface/lonmsg.pm
diff -u loncom/interface/lonmsg.pm:1.216 loncom/interface/lonmsg.pm:1.217
--- loncom/interface/lonmsg.pm:1.216 Fri Nov 28 14:36:50 2008
+++ loncom/interface/lonmsg.pm Sat Dec 6 20:29:18 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging
#
-# $Id: lonmsg.pm,v 1.216 2008/11/28 14:36:50 raeburn Exp $
+# $Id: lonmsg.pm,v 1.217 2008/12/06 20:29:18 schafran Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -430,8 +430,8 @@
}
}
$body=
- "*** ".&mt_user($user_lh,'This is an automatic message generated by the LON-CAPA system.')."\n".
- "*** ".($senderaddress?&mt_user($user_lh,'You can reply to this message'):&mt_user($user_lh,'Please do not reply to this address.')."\n*** ".
+ "*** ".&mt_user($user_lh,'This is an automatic e-mail generated by the LON-CAPA system.')."\n".
+ "*** ".($senderaddress?&mt_user($user_lh,'You can reply to this e-mail'):&mt_user($user_lh,'Please do not reply to this address.')."\n*** ".
&mt_user($user_lh,'A reply will not be received by the recipient!'))."\n\n".$body;
my $msg = new Mail::Send;
$msg->to($to);