X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fregister.php;h=c3e4a7b625d71ada61f6a60639243234aec104ef;hb=b74ba781e50409b7eed9e0f038e3b10b1d515149;hp=19b1b25226116ccda83955eb60a02f72031789e4;hpb=2a54eb4d037d42b90c09fe7c40053d9ab98fbafa;p=platal.git diff --git a/modules/register.php b/modules/register.php index 19b1b25..c3e4a7b 100644 --- a/modules/register.php +++ b/modules/register.php @@ -48,7 +48,7 @@ class RegisterModule extends PLModule $sub_state['backs'][] = $state; if (count($sub_state['backs']) == 3) { $alert .= "Tentative d'inscription tres hesitante - "; - } + } } // Compatibility with old sources, keep it atm @@ -69,7 +69,7 @@ class RegisterModule extends PLModule $sub_state['nom'] = $nom; $sub_state['prenom'] = $prenom; $sub_state['ourmat'] = $ourmat; - $sub_state['watch'] = $watch; + $sub_state['watch'] = $watch; $sub_state['naissance_ini'] = $naiss; XDB::execute( @@ -362,7 +362,7 @@ class RegisterModule extends PLModule . " - ip : {$logger->ip} ({$logger->host})\n" . ($logger->proxy_ip ? " - proxy : {$logger->proxy_ip} ({$logger->proxy_host})\n" : ""); $mymail->setTxtBody($msg); - $mymail->send(); + $mymail->send(); } Marketing::clear($uid);