projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c5309
)
trivial: fix "Orange" validation email subject
author
Raphaël Marichez
<falco@gentoo.org>
Tue, 16 Oct 2007 16:35:28 +0000
(18:35 +0200)
committer
Raphaël Marichez
<falco@gentoo.org>
Tue, 16 Oct 2007 16:45:27 +0000
(18:45 +0200)
include/validations/orange.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/validations/orange.inc.php
b/include/validations/orange.inc.php
index
f734421
..
36871db
100644
(file)
--- a/
include/validations/orange.inc.php
+++ b/
include/validations/orange.inc.php
@@
-58,7
+58,7
@@
class OrangeReq extends Validate
protected function _mail_subj()
{
- return "[Polytechnique.org/ORANGE] Changement de
nom de
promo de sortie";
+ return "[Polytechnique.org/ORANGE] Changement de promo de sortie";
}
// }}}