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

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 10月 29日 (土) 05:31:03 JST


Index: affelio/lib/Affelio/SNS/Handshaker_s.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_s.pm:1.22 affelio/lib/Affelio/SNS/Handshaker_s.pm:1.23
--- affelio/lib/Affelio/SNS/Handshaker_s.pm:1.22	Thu Oct 27 20:15:02 2005
+++ affelio/lib/Affelio/SNS/Handshaker_s.pm	Sat Oct 29 05:31:03 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: Handshaker_s.pm,v 1.22 2005/10/27 11:15:02 slash5234 Exp $
+# $Id: Handshaker_s.pm,v 1.23 2005/10/28 20:31:03 slash5234 Exp $
 
 use strict;
 use lib("../../../extlib/");
@@ -285,9 +285,9 @@
         # 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 ). \nMessage from the user is...\n\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");
+	    . MIME::Base64::Perl::encode_base64("\n\nClick following link to approve this request.\n$af->{site__web_root}/bin/recv_mail_ack.cgi?id=$sessionid");
 
 	$af->getMESGM->post_message("Your Affelio",
 				   "Link Request from $peer_nickname",


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