]> sipb.mit.edu Git - ikiwiki.git/commitdiff
more
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 25 Apr 2006 00:45:10 +0000 (00:45 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 25 Apr 2006 00:45:10 +0000 (00:45 +0000)
IkiWiki/UserInfo.pm
templates/notifymail.tmpl

index 8c27714b8e01ac39d31b2477005d48bc4d5ad56a..b322b607e4c77e80e78a03c8434543401faa3f6f 100644 (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};
                }
        }
index d5b344835bff6a6ae615e842f1705b324850fcec..978b8a2a34c0670357d156a5397f5ab6707162c8 100644 (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>