[Affelio-cvs 256] CVS update: affelio/lib/Affelio/SNS

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 28日 (火) 23:09:27 JST


Index: affelio/lib/Affelio/SNS/Handshaker_s.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_s.pm:1.12 affelio/lib/Affelio/SNS/Handshaker_s.pm:1.13
--- affelio/lib/Affelio/SNS/Handshaker_s.pm:1.12	Tue Jun 28 23:07:22 2005
+++ affelio/lib/Affelio/SNS/Handshaker_s.pm	Tue Jun 28 23:09:27 2005
@@ -4,7 +4,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: Handshaker_s.pm,v 1.12 2005/06/28 14:07:22 slash5234 Exp $
+# $Id: Handshaker_s.pm,v 1.13 2005/06/28 14:09:27 slash5234 Exp $
 
 use strict;
 use lib("../../../extlib/");
@@ -243,7 +243,7 @@
         # Send a message to MessageManager
         ###########################################
 	my $message_body= 
-	    MIME::Base64::Perl::encode_base64("You got a link request from $peer_nickname ($peer_af_id). \n\nMessage from the user is...\n")
+	    MIME::Base64::Perl::encode_base64("You got a link request from $peer_nickname ( $peer_af_id ). \n\nMessage from the user is...\n")
 	    . "$MIMed_mesg\n"
 	    . MIME::Base64::Perl::encode_base64("\n\nClick following link to approve this request.\n\n$af->{site__web_root}/bin/recv_mail_ack.cgi?id=$sessionid");
 


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