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

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 4月 28日 (金) 16:34:14 JST


Index: affelio/lib/Affelio/SNS/Handshaker_s.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_s.pm:1.43 affelio/lib/Affelio/SNS/Handshaker_s.pm:1.44
--- affelio/lib/Affelio/SNS/Handshaker_s.pm:1.43	Wed Mar 22 18:15:27 2006
+++ affelio/lib/Affelio/SNS/Handshaker_s.pm	Fri Apr 28 16:34:14 2006
@@ -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.43 2006/03/22 09:15:27 slash5234 Exp $
+# $Id: Handshaker_s.pm,v 1.44 2006/04/28 07:34:14 slash5234 Exp $
 
 ########################################################################
 #package Affelio::SNS::Handshaker_s::Util;
@@ -237,6 +237,12 @@
 
 	my @row=();
 	my $ret="";
+
+	for(my $i=0; $i < 7; $i++){
+	    $row[$i] =~ s|\n||g;
+	    $row[$i] =~ s|\r||g;
+	}
+
 	while(@row = $news->fetchrow_array){
 	    $ret .= "$row[1]\n$row[2]\n$row[3]\n$row[4]\n$row[5]\n$row[6]\n";
 	}


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