projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d36c12
)
Shortens message when we refuse an entreprise.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 23 Jan 2011 14:37:33 +0000
(15:37 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 23 Jan 2011 14:37:33 +0000
(15:37 +0100)
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
671d93f
..
9748ea8
100644
(file)
--- a/
include/validations/entreprises.inc.php
+++ b/
include/validations/entreprises.inc.php
@@
-129,8
+129,7
@@
class EntrReq extends ProfileValidate
if ($isok) {
return " L'entreprise " . $this->name . " vient d'être ajoutée à ta fiche.";
} else {
- return " La demande que tu avais faite pour l'entreprise " . $this->name .
- " a été refusée, car elle figure déjà dans notre base.";
+ return ' La demande que tu avais faite pour l\'entreprise ' . $this->name . ' a été refusée.';
}
}