Changeset 314


Ignore:
Timestamp:
Feb 5, 2008 1:29:29 AM (16 years ago)
Author:
quinn
Message:

Whoops!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r305 r314  
    455455        case VALIDATE_EMAIL_MX_FAIL :
    456456            // Failed MX record test.
    457             $this->addError($form_name, sprintf(_("The email address <em>%s</em> does not have a valid domain name"), oTxt($email));
     457            $this->addError($form_name, sprintf(_("The email address <em>%s</em> does not have a valid domain name"), oTxt($email)));
    458458            $app->logMsg(sprintf('The email address %s does not have a valid domain name.', oTxt($email)), LOG_INFO, __FILE__, __LINE__);
    459459            return false;
Note: See TracChangeset for help on using the changeset viewer.