projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fcb12
)
Notifies group position modification success.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 31 Dec 2010 18:44:14 +0000
(19:44 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 31 Dec 2010 18:44:14 +0000
(19:44 +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
eb70ad1
..
71b5b75
100644
(file)
--- a/
modules/xnetgrp.php
+++ b/
modules/xnetgrp.php
@@
-933,6
+933,9
@@
class XnetGrpModule extends PLModule
if ($comm != $user->group_comm) {
$page->trigSuccess('Commentaire mis à jour.');
}
+ if ($position != $user->group_position) {
+ $page->trigSuccess('Poste mis à jour.');
+ }
}
}