X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fmarketing.inc.php;h=7a5398943dd2c6f5258b3ca488076cdbfdc68362;hb=e0ee31204dbb8e43870716190e4549257416fcb8;hp=d488843169935086e8e76397ca28306fccda6199;hpb=5daf68f6846682e439570b5245a6109ada8d9304;p=platal.git diff --git a/include/marketing.inc.php b/include/marketing.inc.php index d488843..7a53989 100644 --- a/include/marketing.inc.php +++ b/include/marketing.inc.php @@ -1,6 +1,6 @@ fetchOneRow()) { return false; } @@ -220,7 +222,7 @@ class Marketing $mymail->send(); XDB::execute('UPDATE register_pending SET hash={?}, password={?}, relance=NOW() - WHERE uid={?}', $hash, $pass_encrypted, $uid); + WHERE uid={?}', $hash, $pass_encrypted, $uid); return "$prenom $nom ($promo)"; } }