[Slashdotjp-dev 1040] [567] fix syntax error of tagbox.pl

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 4月 4日 (金) 14:37:13 JST


Revision: 567
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=567
Author:   tach
Date:     2008-04-04 14:37:13 +0900 (Fri, 04 Apr 2008)

Log Message:
-----------
fix syntax error of tagbox.pl

Modified Paths:
--------------
    slashjp/trunk/plugins/Tags/tagbox.pl


-------------- next part --------------
Modified: slashjp/trunk/plugins/Tags/tagbox.pl
===================================================================
--- slashjp/trunk/plugins/Tags/tagbox.pl	2008-04-04 05:10:55 UTC (rev 566)
+++ slashjp/trunk/plugins/Tags/tagbox.pl	2008-04-04 05:37:13 UTC (rev 567)
@@ -283,7 +283,6 @@
 	my($tagbox, $feeder_ar) = @_;
 	for my $feeder_hr (@$feeder_ar) {
 { my $fstr = Dumper($feeder_hr); $fstr =~ s/\s+/ /g; main::tagboxLog("addFeederInfo: tbid=$tagbox->{tbid} f: $fstr"); }
-	if (defined($feeder_hr->{tagid}));
 		$tagboxdb->addFeederInfo($tagbox->{tbid}, $feeder_hr);
 	}
 }


Slashdotjp-dev メーリングリストの案内
Back to archive index