svnno****@sourc*****
svnno****@sourc*****
2007年 12月 31日 (月) 16:45:28 JST
Revision: 399 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=399 Author: tach Date: 2007-12-31 16:45:28 +0900 (Mon, 31 Dec 2007) Log Message: ----------- * Fix to use correct db object at plugins/Moderation/process_moderation.pl line 144 Modified Paths: -------------- slashjp/trunk/debian/changelog slashjp/trunk/plugins/Moderation/process_moderation.pl -------------- next part -------------- Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2007-12-31 01:00:07 UTC (rev 398) +++ slashjp/trunk/debian/changelog 2007-12-31 07:45:28 UTC (rev 399) @@ -1,3 +1,10 @@ +slash (2.5.0.188-6) unstable; urgency=low + + * Fix to use correct db object at + plugins/Moderation/process_moderation.pl line 144 + + -- Taku YASUI <tach****@debia*****> Mon, 31 Dec 2007 16:44:52 +0900 + slash (2.5.0.188-5) unstable; urgency=low * Suppress "Use of uninitialized value in string eq at Modified: slashjp/trunk/plugins/Moderation/process_moderation.pl =================================================================== --- slashjp/trunk/plugins/Moderation/process_moderation.pl 2007-12-31 01:00:07 UTC (rev 398) +++ slashjp/trunk/plugins/Moderation/process_moderation.pl 2007-12-31 07:45:28 UTC (rev 399) @@ -141,7 +141,7 @@ # Note: this is a large array -- on Slashdot, at least tens of # thousands of elements. - my $count_hr = $log_reader->fetchEligibleModerators_accesslog_read(); + my $count_hr = $mod_reader->fetchEligibleModerators_accesslog_read(); my @eligible_uids = @{$mod_reader->fetchEligibleModerators_users($count_hr)}; my $eligible = scalar @eligible_uids;