From: gpadgham Date: Thu, 24 Aug 2000 12:48:02 +0000 (+0000) Subject: -fix for Bug 112604 X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=2e302e42133116561fd2c34a71befe89700cf654 -fix for Bug 112604 -$sendmailPath was being written by conf.pl while $sendmail_path was being referenced by src/smtp.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@721 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 8ae7ddda..da4637a1 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -1430,7 +1430,7 @@ sub save_data { print FILE "\t\$useSendmail = $useSendmail;\n"; print FILE "\t\$smtpServerAddress = \"$smtpServerAddress\";\n"; print FILE "\t\$smtpPort = $smtpPort;\n"; - print FILE "\t\$sendmailPath = \"$sendmail_path\";\n"; + print FILE "\t\$sendmail_path = \"$sendmail_path\";\n"; print FILE "\t\$imap_server_type = \"$imap_server_type\";\n"; print FILE "\n";