Changeset 1509 in ExiteCMS for branches/PLi-Fusion/edit_profile.php


Ignore:
Timestamp:
07/02/08 18:27:06 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1408:1508 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/edit_profile.php

    r1335 r1509  
    9696                                $error .= sprintf($locale['489'], $email_domain)."<br><br>\n"; 
    9797                            } else { 
    98                                 if (!$mail->Recipient($email)) { 
     98                                if (!$mail->CheckRecipient($email)) { 
    9999                                    // mail server doesn't respond to RCPT TO message 
    100100                                    $error .= sprintf($locale['490'], $email, $mailhost)."<br><br>\n"; 
Note: See TracChangeset for help on using the changeset viewer.