master
joey 2006-04-25 00:45:10 +00:00
parent ec9e013f3c
commit 1ba7023746
2 changed files with 2 additions and 3 deletions

View File

@ -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};
}
}

View File

@ -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>