User:AnomieBOT/source/tasks/PERTableUpdater.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Assume 'WIKI' encoding, not 'QUERY', for the urn links.
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Handle requests for create-protected pages.
Line 261:
my $expiry=undef;
my $pg=$t;
my $prottype = exists( $p->{'missing'} ) ? 'create' : 'edit';
for my $pp (@{$p->{'protection'}//[]}){
next unless $pp->{'type'} eq 'edit'$prottype;
my $sc=0;
$sc|=0x80 if $pp->{'level'} eq 'sysop';