[Affelio-cvs 1251] CVS update: affelio/apps/diary/Diary

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 5月 9日 (火) 08:26:42 JST


Index: affelio/apps/diary/Diary/WriteComment.pm
diff -u affelio/apps/diary/Diary/WriteComment.pm:1.5 affelio/apps/diary/Diary/WriteComment.pm:1.6
--- affelio/apps/diary/Diary/WriteComment.pm:1.5	Thu Apr  6 17:21:31 2006
+++ affelio/apps/diary/Diary/WriteComment.pm	Tue May  9 08:26:42 2006
@@ -126,7 +126,7 @@
 	my $msg = $visitor_name."さんからのコメントです。\n\n-----\n".$comment."\n\n".$diary->{afap}->get_site_info("web_root")."/apps/".$diary->{afap}->{install_name}."/index.cgi?mode=show_diary&id=".$id;
 
 	use Affelio::NetLib::Email qw(send_email);
-	Affelio::NetLib::Email::send_email($diary->{afap}->{af}->{cmd__sendmail}, "$diary->{afap}->{af}->{user__email1}", "$diary->{afap}->{af}->{site__username}", "$diary->{afap}->{af}->{user__email1}", "$diary->{afap}->{af}->{site__username}/$diary->{afap}->{install_title}/$ret[0]->{title}", "$msg");
+	Affelio::NetLib::Email::send_email($diary->{afap}->{af}->{cmd__sendmail}, "$diary->{afap}->{af}->{user__email1}", "$diary->{afap}->{af}->{site__username}", "$diary->{afap}->{af}->{user__email1}", "$diary->{afap}->{af}->{site__username}/$diary->{afap}->{install_title}/$ret[0]->{title}", "$msg", "", "", $diary->{afap}->{af}->{site__locale});
 }
 
 sub escape_comment {


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