[livejournal] r18060: LJSUP-7734. The role of the Super Mainta...
Committer: gprochaev
LJSUP-7734. The role of the Super Maintainer is not consistent with its rightsU trunk/htdocs/community/manage.bml
Modified: trunk/htdocs/community/manage.bml
===================================================================
--- trunk/htdocs/community/manage.bml 2011-01-20 03:46:38 UTC (rev 18059)
+++ trunk/htdocs/community/manage.bml 2011-01-20 04:05:56 UTC (rev 18060)
@@ -56,7 +56,7 @@
my $cu = $us->{$uid};
next unless $cu && $cu->{statusvis} eq "V" || $cu->is_readonly;
$names{$uid} = { user => $cu->{user}, name => $cu->{name}, count => 0 };
- if ($mods{$uid}) {
+ if ($mods{$uid} || $smods{$uid}) {
$udbr = LJ::get_cluster_reader($cu);
my $sql = "SELECT COUNT(*), posterid" .
" FROM modlog WHERE journalid=$uid GROUP BY posterid";
