Content deleted Content added
Updating published sources: PERTableUpdater: * I didn't know there was a global title blacklist. |
Updating published sources: PERTableUpdater: * Prefer reporting direct full protection to cascading protection. |
||
Line 184:
my $sc=0;
$sc|=2 if $pp->{'level'} eq 'sysop';
$sc|=1
next if $sc<$protscore;
$pd->{'color'}=($p->{'ns'}==10?'green':'clear') if($pp->{'level'} eq ($sper?'autoconfirmed':'sysop'));
|