[Cpan-forum-commit] rev 352 - in trunk: . lib/CPAN/Forum/RM
svn at pti.co.il
svn at pti.co.il
Fri Oct 26 13:45:11 EEST 2007
Author: gabor
Date: 2007-10-26 13:45:10 +0300 (Fri, 26 Oct 2007)
New Revision: 352
Modified:
trunk/
trunk/lib/CPAN/Forum/RM/Other.pm
Log:
show 20 instead of only 10 tagging users
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 7bc34947-122d-0410-bc5a-f898d2bb5f81:/local/cpan-forum:4456
8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:12752
+ 7bc34947-122d-0410-bc5a-f898d2bb5f81:/local/cpan-forum:4574
8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:12752
Modified: trunk/lib/CPAN/Forum/RM/Other.pm
===================================================================
--- trunk/lib/CPAN/Forum/RM/Other.pm 2007-08-14 10:24:41 UTC (rev 351)
+++ trunk/lib/CPAN/Forum/RM/Other.pm 2007-10-26 10:45:10 UTC (rev 352)
@@ -49,7 +49,7 @@
$t->param(users_cnt => $users_cnt);
$t->param(users => $top_users);
- my $tagging_users_cnt = 10;
+ my $tagging_users_cnt = 20;
my $top_tagging_users = CPAN::Forum::DB::Tags->stat_tags_by_user($tagging_users_cnt); # SQL
$t->param(tagging_users_cnt => $tagging_users_cnt);
$t->param(tagging_users => $top_tagging_users);
More information about the Cpan-forum-commit
mailing list