Hi,
I was doing some editing today and noticed that my /custom/english.php file had a % symbol on line 605:
define('EMAIL_SEND_FAILED','ERROR: Failed sending email to: "%s" <%s> with subject: "%s"');
Should this % be in qoutes?
Thanks,
Nate
Hi,
I was doing some editing today and noticed that my /custom/english.php file had a % symbol on line 605:
define('EMAIL_SEND_FAILED','ERROR: Failed sending email to: "%s" <%s> with subject: "%s"');
Should this % be in qoutes?
Thanks,
Nate
From a 1.3.5 distro:
Code:define('EMAIL_SEND_FAILED','ERROR: Failed sending email to: "%s" <%s> with subject: "%s"');
Zen-Venom Get Bitten
Thanks,
Nate