[Affelio-cvs 766] CVS update: affelio/lib/Affelio/Managing

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 11月 18日 (金) 20:06:21 JST


Index: affelio/lib/Affelio/Managing/MessageManager.pm
diff -u affelio/lib/Affelio/Managing/MessageManager.pm:1.10 affelio/lib/Affelio/Managing/MessageManager.pm:1.11
--- affelio/lib/Affelio/Managing/MessageManager.pm:1.10	Sat Oct 29 05:31:03 2005
+++ affelio/lib/Affelio/Managing/MessageManager.pm	Fri Nov 18 20:06:21 2005
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: MessageManager.pm,v 1.10 2005/10/28 20:31:03 slash5234 Exp $
+# $Id: MessageManager.pm,v 1.11 2005/11/18 11:06:21 slash5234 Exp $
 
 package Affelio::Managing::MessageManager;
 {
@@ -230,7 +230,7 @@
 	#Email notification if needed
 	if($af->{userpref__mesging__emailflg} eq "yes"){
 	    my $abs_URL = $af->{site__web_root} . "/admin.cgi?mode=messages&action=show&mid=$newid";
-	    Affelio::NetLib::Email::send_email($af, "Your Affelio <$af->{user__email1}>", $af->{user__email1}, "Message from $from_onlyname", "Click this URL.\n$abs_URL");
+	    Affelio::NetLib::Email::send_email($af->{cmd__sendmail}, "Your Affelio <$af->{user__email1}>", $af->{user__email1}, "Message from $from_onlyname", "Click this URL.\n$abs_URL");
 
 	    Affelio::misc::Debug::debug_print("MM::post_message: Email sent!");
 	}


Affelio-cvs メーリングリストの案内
Back to archive index