Some improvements:
[mailer.git] / inc / libs / wernis_functions.php
index ad801cc17db010466014effe03b0b6ebe1f7837f..b17121d3652b530a4f5b43e4cd4aa9927fad4a48 100644 (file)
@@ -545,7 +545,6 @@ function doWernisFinishUserRegistration ($challenge, $challengeResponse, $status
                        // Add missing elements
                        $return['mapped_data']['gender']               = NULL;
                        $return['mapped_data']['birthday_selection']   = generateDayMonthYearSelectionBox($return['mapped_data']['birth_day'], $return['mapped_data']['birth_month'], $return['mapped_data']['birth_year']);
-                       $return['mapped_data']['status']               = bigintval(getRequestElement('status'));
                        $return['mapped_data']['challenge']            = getRequestElement('challenge');
                        $return['mapped_data']['__challenge_response'] = getRequestElement('__challenge_response');