|
From: Lo?c C. <lo...@us...> - 2001-06-02 13:01:12
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv765/chat
Modified Files:
profile_edit.php3
Log Message:
I'd messed my mind with some variables names
Index: profile_edit.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_edit.php3,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** profile_edit.php3 2001/06/01 20:44:40 1.13
--- profile_edit.php3 2001/06/02 13:01:04 1.14
***************
*** 324,328 ****
</tr>
<tr>
! <th colspan="2"><?php if (!$isRegDone && !$isMailFail) echo(L_REG_37); else if ($isSentMail) echo(L_EMAIL_VAL_DONE); ?></th>
</tr>
<tr><td> </td></tr>
--- 324,328 ----
</tr>
<tr>
! <th colspan="2"><?php if (!$isRegDone && !$isMailFail) echo(L_REG_37); else if ($isMailSent) echo(L_EMAIL_VAL_DONE); ?></th>
</tr>
<tr><td> </td></tr>
***************
*** 357,361 ****
// Do not display the password if e-mail validation is required and the e-mail
// has changed
! if (!$isSentMail)
{
?>
--- 357,361 ----
// Do not display the password if e-mail validation is required and the e-mail
// has changed
! if (!$isMailSent)
{
?>
|