X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Fhomonymes.inc.php;h=9a628dae3964cca6b759c0a9a6f9e26cde81e55f;hb=c441b5ed3338eed23141f510d89da30fbd81f48a;hp=0ff23b9f04a67f0102671feb235da9672c2adc5f;hpb=a3a049fc80d3707bcc76903ab89f73974c470c0c;p=platal.git diff --git a/include/validations/homonymes.inc.php b/include/validations/homonymes.inc.php index 0ff23b9..9a628da 100644 --- a/include/validations/homonymes.inc.php +++ b/include/validations/homonymes.inc.php @@ -61,14 +61,6 @@ class HomonymeReq extends Validate } // }}} - // {{{ function get_request() - - function get_request($uid) - { - return parent::get_request($uid,$this->title); - } - - // }}} // {{{ function formu() function formu() @@ -118,7 +110,7 @@ est ambigu pour des raisons d'homonymie et signalera ton email exact."; $body = $this->prenom.",\n\n" . $this->_mail_body($isok) - . (Env::has('comm') ? "\n\n".Env::get('comm') : '') + . (Env::has('comm') ? "\n\n".Env::v('comm') : '') . "\n\nCordialement,\nL'équipe Polytechnique.org\n"; $mailer->setTxtBody(wordwrap($body));