[Affelio-cvs 1250] CVS update: affelio/apps/bb

Back to archive index

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


Index: affelio/apps/bb/bb.pm
diff -u affelio/apps/bb/bb.pm:1.6 affelio/apps/bb/bb.pm:1.7
--- affelio/apps/bb/bb.pm:1.6	Thu Mar 23 14:27:00 2006
+++ affelio/apps/bb/bb.pm	Tue May  9 08:26:42 2006
@@ -277,7 +277,7 @@
     my ($self,$msg,$msg_title) = @_;
     my $mailto = $self->getColumn("SELECT value FROM $self->{pref_tb} WHERE key = 'email'");
     my $bb_title = $self->getColumn("SELECT value FROM $self->{pref_tb} WHERE key = 'title'");
-    Affelio::NetLib::Email::send_email($self->{afap}->{af}->{cmd__sendmail}, "$self->{afap}->{af}->{user__email1}", "$self->{uname}", $mailto, "$self->{uname}/$bb_title/$msg_title", "$msg");
+    Affelio::NetLib::Email::send_email($self->{afap}->{af}->{cmd__sendmail}, "$self->{afap}->{af}->{user__email1}", "$self->{uname}", $mailto, "$self->{uname}/$bb_title/$msg_title", "$msg", "", "", "ja");
 }
 
 


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