diff --git a/pandora_console/general/login_identification_wizard.php b/pandora_console/general/login_identification_wizard.php index b08c9a9990..30b801c9fa 100644 --- a/pandora_console/general/login_identification_wizard.php +++ b/pandora_console/general/login_identification_wizard.php @@ -102,9 +102,8 @@ $display_forced = ($wizard_data['force_newsletter'] != -1) || ($wizard_data['for // Return if it is fully completed if ((!$display_register) && (!$display_newsletter)) return; -html_debug ($wizard_data, true); -$return_button = get_parameter ('return_button', 0) == 1; +$return_button = get_parameter ('return_button', 0); $email = db_get_value ('email', 'tusuario', 'id_user', $config['id_user']); //Avoid to show default email @@ -131,7 +130,8 @@ echo '