Tadashi Okoshi
slash****@users*****
2005年 11月 18日 (金) 20:14:05 JST
Index: affelio/lib/Affelio/Managing/MessageManager.pm
diff -u affelio/lib/Affelio/Managing/MessageManager.pm:1.11 affelio/lib/Affelio/Managing/MessageManager.pm:1.12
--- affelio/lib/Affelio/Managing/MessageManager.pm:1.11 Fri Nov 18 20:06:21 2005
+++ affelio/lib/Affelio/Managing/MessageManager.pm Fri Nov 18 20:14:04 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.11 2005/11/18 11:06:21 slash5234 Exp $
+# $Id: MessageManager.pm,v 1.12 2005/11/18 11:14:04 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->{cmd__sendmail}, "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}, "$af->{user__email1}", "Your Affelio", $af->{user__email1}, "Message from $from_onlyname", "Click this URL.\n$abs_URL");
Affelio::misc::Debug::debug_print("MM::post_message: Email sent!");
}