projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84db0fd
)
Also notifies non-X users about group subscriptions.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 18 Feb 2011 19:02:57 +0000
(20:02 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 18 Feb 2011 19:02:57 +0000
(20:02 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetgrp.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetgrp.php
b/modules/xnetgrp.php
index
711ece0
..
c02b82f
100644
(file)
--- a/
modules/xnetgrp.php
+++ b/
modules/xnetgrp.php
@@
-491,9
+491,9
@@
class XnetGrpModule extends PLModule
$uf = New UserFilter(New UFC_Group($globals->asso('id'), true));
$admins = $uf->iterUsers();
$admin = $admins->next();
- $to = $admin->best
alias
;
+ $to = $admin->best
Email()
;
while ($admin = $admins->next()) {
- $to .= ', ' . $admin->best
alias
;
+ $to .= ', ' . $admin->best
Email()
;
}
$append = "\n"