1
0
mirror of https://github.com/php/web-php.git synced 2026-04-25 07:58:04 +02:00

Fix varname typo

This commit is contained in:
Gabor Hojtsy
2003-08-09 14:47:50 +00:00
parent eeafa72a9a
commit 025d5fffca
+1 -1
View File
@@ -38,7 +38,7 @@ if (isset($_POST['maillist'])) {
);
// Provide error if unable to send mail
if (!$email_sent) {
if (!$mail_sent) {
$error = "We were unable to subsribe you due to some technical problems.<br/ >" .
"Please try again later.";
}