projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bea6b
)
typo
author
Stéphane Jacob
<jacou@m4x.org>
Thu, 10 Jan 2008 00:04:15 +0000
(
01:04
+0100)
committer
Stéphane Jacob
<jacou@m4x.org>
Thu, 10 Jan 2008 00:04:15 +0000
(
01:04
+0100)
modules/xnetgrp.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetgrp.php
b/modules/xnetgrp.php
index
4901f54
..
0871175
100644
(file)
--- a/
modules/xnetgrp.php
+++ b/
modules/xnetgrp.php
@@
-511,7
+511,7
@@
class XnetGrpModule extends PLModule
. "{$_SESSION["prenom"]} {$_SESSION["nom"]}.";
$mailer->setTxtBody($message);
$mailer->send();
- $page->kill("$prenom $nom a bien été inscrit" . ($sexe ? 'e' : ''));
+ $page->kill("$prenom $nom a bien été inscrit" . ($sexe ? 'e' : '')
. "."
);
}
elseif (Env::has('refuse'))
{