X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Forange.inc.php;h=1cf625c24736b5859e00462715ec48426fc898b3;hb=59887c4a8a1f014c1f4107c43deda0d1be994f5d;hp=f7a04022c334417be356c01c67de5aaaa940e6ae;hpb=612a2d8ae13ee29edb3279132877b63db18a5da5;p=platal.git diff --git a/include/validations/orange.inc.php b/include/validations/orange.inc.php index f7a0402..1cf625c 100644 --- a/include/validations/orange.inc.php +++ b/include/validations/orange.inc.php @@ -1,6 +1,6 @@ promo_sortie = $_sortie; $res = XDB::query("SELECT promo FROM auth_user_md5 WHERE user_id = {?}", $_uid); - $this->promo = $res->fetchOneCell(); + $this->promo = $res->fetchOneCell(); } // }}} @@ -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"; } // }}}