projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c60ccc
)
Removes entreprise name from validation email.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 13 Sep 2010 08:28:16 +0000
(10:28 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 13 Sep 2010 08:28:58 +0000
(10:28 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/validations/entreprises.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/validations/entreprises.inc.php
b/include/validations/entreprises.inc.php
index
fec0a4d
..
13ec9ce
100644
(file)
--- a/
include/validations/entreprises.inc.php
+++ b/
include/validations/entreprises.inc.php
@@
-139,7
+139,7
@@
class EntrReq extends ProfileValidate
protected function _mail_subj()
{
- return
"[Polytechnique.org/Entreprises] Demande d'ajout d'une entreprise : " . $this->name
;
+ return
'[Polytechnique.org/Entreprises] Demande d\'ajout d\'une entreprise'
;
}
// }}}