From 92868fa6d1dbfe0bdbe17bb469d7ad84eb20825a Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Sat, 29 Jan 2005 11:17:38 +0000 Subject: [PATCH] backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-7 minor problem wrt NL validation git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-408 --- include/validations/nl.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/validations/nl.inc.php b/include/validations/nl.inc.php index e7b17ed..ac22b5d 100644 --- a/include/validations/nl.inc.php +++ b/include/validations/nl.inc.php @@ -59,9 +59,9 @@ class NLReq extends Validate function _mail_body($isok) { if ($isok) { - return " L'annonce que tu avais proposée ({$this->title}) vient d'être validée."; + return ' L\'article que tu avais proposée ('.$this->art->title().') vient d\'être validé.'; } else { - return " L'annonce que tu avais proposée ({$this->title}) a été refusée."; + return ' L\'article que tu avais proposée ('.$this->art->title().') a été refusé.'; } } -- 2.1.4