more
parent
ec9e013f3c
commit
1ba7023746
|
@ -74,7 +74,7 @@ sub page_subscribers (@) { #{{{
|
|||
length $userinfo->{$user}->{subscriptions} &&
|
||||
exists $userinfo->{$user}->{email} &&
|
||||
length $userinfo->{$user}->{email} &&
|
||||
grep { glob_match($_, $userinfo->{$user}->{subscriptions}) } @_) {
|
||||
grep { globlist_match($_, $userinfo->{$user}->{subscriptions}) } @_) {
|
||||
push @ret, $userinfo->{$user}->{email};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
The following change was made to <TMPL_VAR WIKINAME>
|
||||
by <TMPL_VAR USER>:
|
||||
The following change was made to <TMPL_VAR WIKINAME> by <TMPL_VAR USER>:
|
||||
|
||||
<TMPL_VAR MESSAGE>
|
||||
<TMPL_VAR DIFF>
|
||||
|
|
Loading…
Reference in New Issue