Changeset 740 for trunk


Ignore:
Timestamp:
Feb 13, 2005, 7:26:01 PM (20 years ago)
Author:
plg
Message:
  • bug fixed : when a error occured during registration, the mail address submitted was not displayed on correction form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/register.php

    r688 r740  
    5050
    5151$login = !empty($_POST['login'])?$_POST['login']:'';
    52 $email = !empty($_POST['login'])?$_POST['login']:'';
     52$email = !empty($_POST['mail_address'])?$_POST['mail_address']:'';
    5353
    5454//----------------------------------------------------- template initialization
     
    7171  'F_ACTION' => add_session_id('register.php'),
    7272  'F_LOGIN' => $login,
    73   'F_MAIL' => $email
     73  'F_EMAIL' => $email
    7474  ));
    7575
Note: See TracChangeset for help on using the changeset viewer.